Skip to content

Commit 4c34b67

Browse files
authored
Merge pull request #1623 from stackhpc/perform-linting-first
feat: `lint` and `tox` run before `AIO` tests
2 parents a29c527 + 67d3894 commit 4c34b67

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)