Skip to content

Commit 21abb53

Browse files
committed
Only package on release
1 parent 4d03138 commit 21abb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clojure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
package:
5151
runs-on: ubuntu-latest
5252
needs: [ test-clj, test-cljs, check ]
53+
if: startsWith(github.event.head_commit.message, 'Release ')
5354
steps:
5455
- uses: actions/checkout@v3
5556
- uses: ./.github/setup
@@ -71,7 +72,6 @@ jobs:
7172
release:
7273
runs-on: ubuntu-latest
7374
needs: [ package ]
74-
if: startsWith(github.event.head_commit.message, 'Release ')
7575
steps:
7676
- uses: actions/checkout@v3
7777
- uses: ./.github/setup

0 commit comments

Comments
 (0)