Skip to content

Commit 7654a82

Browse files
authored
Update wait-and-complete.yml
1 parent 7bc1714 commit 7654a82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wait-and-complete.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
push:
66
branches: [main]
7+
skip:
8+
title: "version bump:"
79

810
jobs:
911
wait-and-complete:
@@ -14,4 +16,4 @@ jobs:
1416
run: sleep 30
1517

1618
- name: Complete successfully
17-
run: echo "Workflow completed successfully!"
19+
run: echo "Workflow completed successfully!"

0 commit comments

Comments
 (0)