File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,9 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : false
1818
19- # Global CI kill switch: commit `.github/CI_DISABLE` (see `.github/CI_DISABLE.example`).
20-
2119jobs :
2220 todos :
2321 name : TODOs
24- if : ${{ hashFiles('.github/CI_DISABLE') == '' }}
2522 runs-on : ubuntu-latest
2623 timeout-minutes : 10
2724 permissions :
Original file line number Diff line number Diff line change 2626 REGISTRY : ghcr.io
2727 IMAGE_NAME : ${{ github.repository }}
2828
29- # Global CI kill switch: commit `.github/CI_DISABLE` (see `.github/CI_DISABLE.example`).
30-
3129jobs :
3230 rollback :
3331 name : Rollback ${{ github.event.inputs.environment }}
34- if : ${{ hashFiles('.github/CI_DISABLE') == '' }}
3532 runs-on : ubuntu-latest
3633 timeout-minutes : 15
3734 environment :
You can’t perform that action at this time.
0 commit comments