You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cicd-main.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,10 @@ on:
28
28
default: all
29
29
type: string
30
30
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
0 commit comments