We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355a264 commit f32a4dbCopy full SHA for f32a4db
1 file changed
.github/workflows/pr-tests-stack.yml
@@ -56,13 +56,13 @@ jobs:
56
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
57
uv --version
58
59
- - name: Run syft backend base image building test
60
- if: steps.changes.outputs.stack == 'true'
61
- timeout-minutes: 60
62
- run: |
63
- tox -e backend.test.basecpu
64
- # run: |
65
- # echo "Skipping pr image test"
+ # - name: Run syft backend base image building test
+ # if: steps.changes.outputs.stack == 'true'
+ # timeout-minutes: 60
+ # run: |
+ # tox -e backend.test.basecpu
+ # echo "Skipping pr image test"
66
67
pr-tests-syft-integration:
68
strategy:
0 commit comments