Skip to content

Commit 5140c5b

Browse files
committed
Address incorrect quotes in conditional expression
1 parent 4433af9 commit 5140c5b

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)