Skip to content

Commit 8efe63c

Browse files
committed
Add # nodev
1 parent 27d295a commit 8efe63c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
runs-on: ubuntu-latest
2727
timeout-minutes: 10
2828

29+
if: ${{ !contains(github.event.head_commit.message, '#nodev') }}
30+
2931
permissions:
3032
contents: read
3133

@@ -86,8 +88,6 @@ jobs:
8688
- name: "Debug Artifact"
8789
continue-on-error: true
8890
run: |
89-
cat robots.txt
90-
echo "----------"
9191
tree .
9292
9393
- name: "Setup SSH"

0 commit comments

Comments
 (0)