Skip to content

Commit f31458c

Browse files
committed
test conditional execution
1 parent df14a8a commit f31458c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
name: Push Docker image to Github Packages
3535
runs-on: ubuntu-latest
3636
needs: build
37+
if: github.event_name != 'push'
3738
steps:
3839
- name: Checkout
3940
uses: actions/checkout@v2

0 commit comments

Comments
 (0)