Skip to content

Commit

Permalink
Update job1.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
abhishekNKamble authored Oct 25, 2024
1 parent 934ac22 commit ddd6dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:

jobs:
testjob:
uses: abhishekNKamble/github-slideshow/edit/main/.github/workflows/job2.yml@main
uses: .github/workflows/job2.yml@main

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

0 comments on commit ddd6dfb

Please sign in to comment.