Skip to content

Commit 210220c

Browse files
committed
Update Crystal CI to use the latest image and refine release conditions
1 parent 754e796 commit 210220c

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/crystal.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 15
2323
container:
24-
image: crystallang/crystal:1.17.1
24+
image: crystallang/crystal:latest
2525
services:
2626
# Label used to access the service container
2727
redis:
@@ -166,7 +166,10 @@ jobs:
166166
runs-on: ubuntu-latest
167167
needs:
168168
- test
169-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
169+
if: >-
170+
github.ref == 'refs/heads/master' &&
171+
github.event_name == 'push' &&
172+
!contains(github.event.head_commit.message, 'chore: bump version')
170173
steps:
171174
- name: Checkout
172175
uses: actions/checkout@v4

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: azu
2-
version: 0.5.30
2+
version: 0.5.32
33
authors:
44
- Elias J. Perez <[email protected]>
55
crystal: '>= 0.35.0'

0 commit comments

Comments
 (0)