We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d4980 commit 2f76da4Copy full SHA for 2f76da4
.github/workflows/00-Check-Code-Convention.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-20.04
23
steps:
24
- name: Trigger
25
- run: echo "Triggered by ${{github.event_name}} event"
+ run: echo "PLEASE DONT MERGE THIS !!! Triggered by ${{github.event_name}} event"
26
- name: Check Branch Input
27
run: |
28
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
0 commit comments