Skip to content

Commit baef04d

Browse files
committed
ci: update workflows
1 parent 661d49b commit baef04d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
- name: Run tests
3838
uses: tree-sitter/parser-test-action@v2
3939
with:
40-
test-rust: ${{runner.os == 'Linux'}}
40+
test-rust: true
4141
test-node: true
4242
test-python: true
4343
test-go: true
44-
test-swift: ${{runner.os == 'macOS'}}
44+
test-swift: true
4545
- name: Parse examples
4646
uses: tree-sitter/parse-action@v4
4747
with:

.github/workflows/publish.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
tags: ["*"]
66

7-
concurrency:
8-
group: ${{github.workflow}}-${{github.ref}}
9-
cancel-in-progress: true
10-
117
jobs:
8+
github:
9+
uses: tree-sitter/workflows/.github/workflows/release.yml@main
1210
npm:
1311
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
1412
secrets:

0 commit comments

Comments
 (0)