Skip to content

Commit 03023ce

Browse files
authored
Testing
1 parent 255d7f6 commit 03023ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/work.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: Snehals workflow
22
on:
33
workflow_dispatch:
44
jobs:
5-
my_jobs:
5+
my:
66
runs-on: ubuntu-latest
7-
needs: your_jobs
7+
needs: my1
88
steps:
99
- name: group logging
1010
run: |
1111
echo "::group:: Myd group Msg"
1212
echo "MSG 1"
1313
echo "::endgroup::"
1414
15-
your_jobs:
15+
my1:
1616
runs_on: ubuntu_latest
1717
steps:
1818
- name: print it

0 commit comments

Comments
 (0)