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.
2 parents dcfe83d + 4c34b67 commit 6b7bec6Copy full SHA for 6b7bec6
.github/workflows/stackhpc-pull-request.yml
@@ -18,6 +18,9 @@ jobs:
18
pull-requests: read
19
name: Check changed files
20
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
21
+ needs:
22
+ - lint
23
+ - tox
24
outputs:
25
aio: ${{ steps.changes.outputs.aio }}
26
build-kayobe-image: ${{ steps.changes.outputs.build-kayobe-image }}
0 commit comments