Skip to content

Commit 6e5d1b4

Browse files
committed
temporarily disable codeql
1 parent 16ee27f commit 6e5d1b4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,17 @@ jobs:
8989
exit 1
9090
9191
test-go:
92-
needs: [ scan-dependencies ]
92+
needs: [
93+
scan-dependencies,
94+
95+
# these take a long time - allow them to fail the PR pipeline, but
96+
# don't delay the test + build stages.
97+
# this means that on main push and on tag push, these might fail while the
98+
# test + build stages go ahead, but the likelihood is small if pull
99+
# requests require passing checks.
100+
# scan-codeql,
101+
# scan-intermediate-image
102+
]
93103
runs-on: ubuntu-latest
94104
steps:
95105
- name: Check out code

0 commit comments

Comments
 (0)