Skip to content

Commit

Permalink
Add missing 'needs'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartio committed Jan 8, 2024
1 parent 50ae238 commit 3308465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rpmbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ jobs:
- ${{ github.workspace }}:/github/workspace
needs:
- run-tests
- check-if-himan-bin-changed
- check-if-himan-lib-changed
- check-if-himan-scripts-changed
- check-if-himan-plugins-changed
outputs:
trigger: ${{ steps.set-trigger.outputs.trigger }}
steps:
Expand Down

0 comments on commit 3308465

Please sign in to comment.