Skip to content

Commit

Permalink
Update reuse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiyaaJhawar authored Dec 7, 2022
1 parent fd3b87c commit 2d45b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- run: echo ${{needs.job1.outputs.output1}} ${{needs.job1.outputs.output2}}
job3:
runs-on: ubuntu-latest
needs: [job1,job2]
needs: job2
if: |
always() && needs.job2.result == 'skipped')
always() && needs.job2.result == 'skipped'
steps:
- run: echo 'the job2 is skipped'

0 comments on commit 2d45b37

Please sign in to comment.