Skip to content

Commit b0d9e05

Browse files
committed
Updated tox workflow description
1 parent 45781df commit b0d9e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox-self-hosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: do-the-job
1+
name: Run tox on Ubuntu 22.04
22

33
on:
44
push:
@@ -86,7 +86,7 @@ jobs:
8686
name: Stop self-hosted EC2 runner
8787
needs:
8888
- start-runner # required to get output from the start-runner job
89-
- do-the-job # required to wait when the main job is done
89+
- tox # required to wait when the main job is done
9090
runs-on: ubuntu-latest
9191
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
9292
steps:

0 commit comments

Comments
 (0)