Skip to content

Commit 1e93d84

Browse files
committed
Fix the property name to check for the event type.
1 parent 8378f18 commit 1e93d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
acceptance-ee:
3333
timeout-minutes: 60
3434
runs-on: ubuntu-latest
35-
if: ${{ github.event == 'push' }}
35+
if: ${{ github.event_name == 'push' }}
3636
steps:
3737
- name: Set up Go
3838
uses: actions/setup-go@v1

0 commit comments

Comments
 (0)