Skip to content

Commit 67d3894

Browse files
committed
feat: lint and tox run before AIO tests
Avoid running more resource intensive tests before linting and unit tests. As subsequent patches to fix linting and tox issues will require running AIOs again.
1 parent a29c527 commit 67d3894

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
pull-requests: read
1919
name: Check changed files
2020
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
21+
needs:
22+
- lint
23+
- tox
2124
outputs:
2225
aio: ${{ steps.changes.outputs.aio }}
2326
build-kayobe-image: ${{ steps.changes.outputs.build-kayobe-image }}

0 commit comments

Comments
 (0)