Skip to content

Commit 5aba58b

Browse files
committed
comment image pr test
1 parent d167b49 commit 5aba58b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-tests-stack.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
if: steps.changes.outputs.stack == 'true'
6161
timeout-minutes: 60
6262
run: |
63-
tox -e backend.test.basecpu
63+
echo "Skipping pr image test"
64+
# run: |
65+
# tox -e backend.test.basecpu
6466

6567
pr-tests-syft-integration:
6668
strategy:

0 commit comments

Comments
 (0)