Skip to content

Commit ebc157c

Browse files
committed
ci: skip release
1 parent 0ecb0ea commit ebc157c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464
release:
6565
concurrency:
6666
group: release
67-
if: github.repository == 'vuejs/core-vapor' && github.event_name == 'push'
67+
if: |
68+
github.repository == 'vuejs/core-vapor' &&
69+
github.event_name == 'push' &&
70+
!contains(github.event.head_commit.message, 'skip release')
6871
runs-on: ubuntu-latest
6972
needs: [unit-test, lint-and-test-dts]
7073
steps:

0 commit comments

Comments
 (0)