Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KNarendra99599 authored Jun 20, 2024
1 parent 1fbf077 commit 277405e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
echo The PR was merged # Print a message if the pull request was merged
Testing:
if: false # This condition effectively skips the job
# needs: If_merged
# if: false # This condition effectively skips the job
needs: If_merged
runs-on: ubuntu-latest
steps:
- name: code checkout
Expand Down

0 comments on commit 277405e

Please sign in to comment.