Skip to content

Commit

Permalink
conditional_expression
Browse files Browse the repository at this point in the history
  • Loading branch information
xenon-92 committed Oct 16, 2024
1 parent ac7c937 commit 503ba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conditional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
Check3:
if: ${{github.repository == 'xenon-92/smotw'}} # this will evaluate to true
runs-on: ubuntu-latest
needs: [Check2]
needs: [Check2] # this Job is dependent upon Job.<Job_ID> === Check2
steps:
- name: Echo Basic Information
run: |
Expand Down

0 comments on commit 503ba5e

Please sign in to comment.