Skip to content

Commit 02de74f

Browse files
authored
Done
1 parent db2b8ef commit 02de74f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/work.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
run: |
1919
echo $MY_VAL
2020
your_job:
21-
runs_on: ubuntu_latest
2221
needs: my_jobs
22+
runs_on: ubuntu_latest
23+
2324
steps:
2425
- name: print it
2526
run: echo "Hello from a self-hosted runner!"

0 commit comments

Comments
 (0)