We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0207b63 commit 760b78cCopy full SHA for 760b78c
.github/workflows/clojure.yml
@@ -50,7 +50,7 @@ jobs:
50
package:
51
runs-on: ubuntu-latest
52
needs: [ test-clj, test-cljs, check ]
53
- if: startsWith(github.event.head_commit.message, 'Release ')
+ # if: startsWith(github.event.head_commit.message, 'Release ')
54
steps:
55
- uses: actions/checkout@v3
56
- uses: ./.github/setup
0 commit comments