Skip to content

Commit bc4eafc

Browse files
authored
Merge pull request #97 from IAPark/test-build-on-version-change
Test build on version change
2 parents 0660c97 + 06c4399 commit bc4eafc

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/tag_and_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jobs:
2929
prepare: ${{ github.event_name == 'push' }}
3030
release: ${{ github.event_name == 'workflow_dispatch' || ((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'release'))) }}
3131
oidc_role_to_assume: rg_oidc_akr_3jwh8zr6mroh6nafxc7s
32+
include_musl: true

.github/workflows/test_build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test Build
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
paths:
7+
- "lib/tiktoken_ruby/version.rb"
8+
9+
jobs:
10+
build:
11+
uses: gjtorikian/actions/.github/workflows/ruby_rust_test_build.yml@main
12+
secrets:
13+
gh_token: ${{ secrets.GITHUB_TOKEN }}
14+
with:
15+
include_musl: true

0 commit comments

Comments
 (0)