We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754e796 commit 210220cCopy full SHA for 210220c
2 files changed
.github/workflows/crystal.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
timeout-minutes: 15
23
container:
24
- image: crystallang/crystal:1.17.1
+ image: crystallang/crystal:latest
25
services:
26
# Label used to access the service container
27
redis:
@@ -166,7 +166,10 @@ jobs:
166
167
needs:
168
- test
169
- if: github.ref == 'refs/heads/master' && github.event_name == 'push'
+ if: >-
170
+ github.ref == 'refs/heads/master' &&
171
+ github.event_name == 'push' &&
172
+ !contains(github.event.head_commit.message, 'chore: bump version')
173
steps:
174
- name: Checkout
175
uses: actions/checkout@v4
shard.yml
@@ -1,5 +1,5 @@
1
name: azu
2
-version: 0.5.30
+version: 0.5.32
3
authors:
4
- Elias J. Perez <[email protected]>
5
crystal: '>= 0.35.0'
0 commit comments