Skip to content

Commit 2f76da4

Browse files
Update 00-Check-Code-Convention.yml
1 parent 60d4980 commit 2f76da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/00-Check-Code-Convention.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Trigger
25-
run: echo "Triggered by ${{github.event_name}} event"
25+
run: echo "PLEASE DONT MERGE THIS !!! Triggered by ${{github.event_name}} event"
2626
- name: Check Branch Input
2727
run: |
2828
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then

0 commit comments

Comments
 (0)