Skip to content

Commit

Permalink
[CI] fix: replace some bajun with ajuna
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed May 28, 2024
1 parent c665d4f commit 55ab993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [ "bajun" ]
runtime: [ "ajuna" ]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download bajun-node from release
- name: Download ajuna-node from release
uses: dsaltares/fetch-gh-release-asset@master
with:
version: "tags/${{ github.event.release.tag_name }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [ bajun ]
runtime: [ ajuna ]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 55ab993

Please sign in to comment.