Skip to content

Commit

Permalink
Add missing required job to skip workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 6, 2023
1 parent 53e35a1 commit eb86632
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-changed-metadata-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ on:
- 'library-and-framework-list*.json'

jobs:
build:
get-changed-metadata:
name: "📋 Get a list of all changed libraries"
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
all-metadata-passed:
name: "🧪 All metadata tests have passed"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit eb86632

Please sign in to comment.