Skip to content

Commit b8f730b

Browse files
committed
Fix github.event to github.event_name
1 parent a6a4e32 commit b8f730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
test-run:
3838
name: Run Live Test
39-
if: github.event == 'pull_request'
39+
if: github.event_name == 'pull_request'
4040
runs-on: ubuntu-22.04
4141

4242
steps:

0 commit comments

Comments
 (0)