Skip to content

Commit 48c0cdd

Browse files
committed
Comment out integration and security test jobs in release workflow
1 parent c50c1d9 commit 48c0cdd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,17 @@ jobs:
158158
needs: setup
159159
uses: ./.github/workflows/test-unit.yml
160160

161-
integration-tests:
162-
needs: setup
163-
uses: ./.github/workflows/test-e2e.yml
161+
# integration-tests:
162+
# needs: setup
163+
# uses: ./.github/workflows/test-e2e.yml
164164

165-
security-scan:
166-
needs: setup
167-
uses: ./.github/workflows/test-security.yml
165+
# security-scan:
166+
# needs: setup
167+
# uses: ./.github/workflows/test-security.yml
168168

169169
build:
170170
runs-on: amd-runner-2204
171-
needs: [setup, unit-tests, integration-tests, security-scan]
171+
needs: [setup, unit-tests]
172172
if: needs.setup.outputs.version-changed == 'true' && needs.unit-tests.result == 'success' && needs.integration-tests.result == 'success' && needs.security-scan.result == 'success'
173173
strategy:
174174
fail-fast: false

0 commit comments

Comments
 (0)