Skip to content

Commit d037fe3

Browse files
authored
ci: temporarily disable CI on main since PRs must be up to date before merge (#91)
Signed-off-by: Terry Kong <terryk@nvidia.com>
1 parent 403e475 commit d037fe3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cicd-main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ on:
2828
default: all
2929
type: string
3030
description: Comma-separated list of tests to run. Use "all" to run the full test suite.
31-
push:
32-
branches:
33-
- 'main'
31+
# TODO: Due to limited compute, disabling pushes to main. This is okay to do since we force PRs to be up to date and the CI tests on pull/$PR_NUM/merge
32+
#push:
33+
# branches:
34+
# - 'main'
3435

3536
concurrency:
3637
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event.label.name || 'main' }}

0 commit comments

Comments
 (0)