Skip to content

Commit

Permalink
checking workflow without if
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh committed Oct 5, 2024
1 parent c825151 commit 1e2333c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
report: true
chart: true
amend: true
if: |
github.event_name == 'push'
# if: |
# github.base_ref == 'main' &&
# github.event_name == 'push'
continue-on-error: true

0 comments on commit 1e2333c

Please sign in to comment.