Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
check:
runs-on: ubuntu-latest
runs-on: [self-hosted, wavekat-ci]
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release-plz-release:
runs-on: ubuntu-latest
runs-on: [self-hosted, wavekat-ci]
permissions:
contents: write
pull-requests: read
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
release-plz-pr:
needs: release-plz-release
if: always()
runs-on: ubuntu-latest
runs-on: [self-hosted, wavekat-ci]
permissions:
contents: write
pull-requests: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: Upload install.sh
# Intentionally not `needs: build` — install.sh has no build artefacts
# to wait on, so it uploads in parallel with the matrix.
runs-on: ubuntu-latest
runs-on: [self-hosted, wavekat-ci]
steps:
- uses: actions/checkout@v6
with:
Expand All @@ -86,7 +86,7 @@ jobs:
publish:
name: Promote draft → published
needs: [build, installer]
runs-on: ubuntu-latest
runs-on: [self-hosted, wavekat-ci]
steps:
- name: Promote release
env:
Expand Down