Skip to content

Commit 4433af9

Browse files
committed
Address incorrect GitHub context event name ref
1 parent 0ac9343 commit 4433af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
finalize-release:
20-
if: (github.event.name == "pull_request" && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
20+
if: (github.event_name == "pull_request" && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Determine ref

0 commit comments

Comments
 (0)