Skip to content

Commit 0a09a91

Browse files
Skip CI on release commits, filter github-release artifacts to binaries only
1 parent 5ea9fc2 commit 0a09a91

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121

2222
jobs:
2323
lint:
24+
if: "!startsWith(github.event.head_commit.message, 'release:')"
2425
runs-on: ubuntu-latest
2526
steps:
2627
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jobs:
184184
- uses: actions/download-artifact@v4
185185
with:
186186
path: artifacts
187+
pattern: '*64*'
187188
- name: Create GitHub Release
188189
env:
189190
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)