Skip to content

Commit 92dfe49

Browse files
committed
chore: use positive instead of negative condition
1 parent ff9ea34 commit 92dfe49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-entry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
secrets: inherit
2424

2525
delegate_to_canary_job:
26-
if: ${{ github.event_name != 'release' }}
26+
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
2727
uses: ./.github/workflows/build.yml
2828
secrets: inherit
2929
with:

0 commit comments

Comments
 (0)