Skip to content

Commit 55ab993

Browse files
committed
[CI] fix: replace some bajun with ajuna
1 parent c665d4f commit 55ab993

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
strategy:
9090
matrix:
91-
runtime: [ "bajun" ]
91+
runtime: [ "ajuna" ]
9292
steps:
9393
- uses: actions/checkout@v4
9494

.github/workflows/publish-docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- name: Download bajun-node from release
15+
- name: Download ajuna-node from release
1616
uses: dsaltares/fetch-gh-release-asset@master
1717
with:
1818
version: "tags/${{ github.event.release.tag_name }}"

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
runtime: [ bajun ]
24+
runtime: [ ajuna ]
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:

0 commit comments

Comments
 (0)