Skip to content

Commit b417cb7

Browse files
committed
fix gen cancellation
1 parent 7edb37c commit b417cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
gen:
225225
timeout-minutes: 8
226226
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
227-
if: always()
227+
if: ${{ !cancelled() }}
228228
steps:
229229
- name: Harden Runner
230230
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0

0 commit comments

Comments
 (0)