Skip to content

Commit

Permalink
sonix: move pre and post stages to public github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Aug 1, 2024
1 parent 88363e0 commit defbb06
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ on:
workflow_dispatch:

jobs:
# NOTE: setup and release step runs on Github's ordinary runners while
# the build step runs on our own. This allows starting and finishing builds
# without being blocked on the self-hosted runners.
setup:
name: Setup
runs-on: self-hosted

runs-on: ubuntu-24.04
outputs:
version_number: ${{ steps.vars.outputs.version_number }}
matrix: ${{ steps.toolchain.outputs.matrix }}
Expand Down Expand Up @@ -111,7 +113,7 @@ jobs:
retention-days: 90
release:
name: Upload release
runs-on: self-hosted
runs-on: ubuntu-24.04
needs:
- setup
- build-matrix
Expand Down

0 comments on commit defbb06

Please sign in to comment.