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 45781df commit b0d9e05Copy full SHA for b0d9e05
.github/workflows/tox-self-hosted.yml
@@ -1,4 +1,4 @@
1
-name: do-the-job
+name: Run tox on Ubuntu 22.04
2
3
on:
4
push:
@@ -86,7 +86,7 @@ jobs:
86
name: Stop self-hosted EC2 runner
87
needs:
88
- start-runner # required to get output from the start-runner job
89
- - do-the-job # required to wait when the main job is done
+ - tox # required to wait when the main job is done
90
runs-on: ubuntu-latest
91
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
92
steps:
0 commit comments