Skip to content

Commit 3c47ea6

Browse files
authored
Done
1 parent f294ed5 commit 3c47ea6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github-actions/work.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: "Snehals workflow"
2-
on: [push]
2+
on:
33
workflow_dispatch:
44
jobs:
55
my_jobs:
66
runs_on: ubuntu-latest
77
steps:
88
- name: "group logging"
9-
run: |
9+
run: |
1010
echo "::group:: Mygroup Msg"
1111
echo "MSG 1"
1212
echo "MSG 2"

0 commit comments

Comments
 (0)