File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments