Skip to content

Commit 255d7f6

Browse files
authored
my_job
1 parent 06aa927 commit 255d7f6

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/work.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,16 @@ on:
44
jobs:
55
my_jobs:
66
runs-on: ubuntu-latest
7+
needs: your_jobs
78
steps:
89
- name: group logging
910
run: |
1011
echo "::group:: Myd group Msg"
1112
echo "MSG 1"
1213
echo "::endgroup::"
14+
1315
your_jobs:
14-
needs: my_jobs
1516
runs_on: ubuntu_latest
16-
1717
steps:
1818
- name: print it
1919
run: echo "Hello from a self-hosted runner!"
20-
21-
her_job:
22-
needs: [my_jobs, your_jobs]
23-
runs_on: ubuntu_latest
24-
25-
steps:
26-
- name: print it
27-
run: echo "Hello from a self-hosted runner!"

0 commit comments

Comments
 (0)