Skip to content

Commit

Permalink
fix: use cli-runner for release task (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Sep 27, 2023
1 parent 782c2f0 commit 467def7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
deployBackendToStaging:
name: Deploy Block Explorer backend to staging
runs-on: [self-hosted, default]
runs-on: [self-hosted, ci-runner]
permissions:
contents: read
needs: createReleaseVersion
Expand Down

0 comments on commit 467def7

Please sign in to comment.