Skip to content

Commit

Permalink
Update job1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekNKamble authored Oct 25, 2024
1 parent 14a27e3 commit d03f52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
uses: abhishekNKamble/github-slideshow/.github/workflows/Job2.yml@main

checkJob:
if: ${{ always() && ! ${{ skipped() || cancelled() }} }}
if: always() && ! ${{ skipped() || cancelled() }}
needs: testjob
uses: abhishekNKamble/github-slideshow/.github/workflows/Job2.yml@main

0 comments on commit d03f52c

Please sign in to comment.