Skip to content

Commit

Permalink
add self hosted runner to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverMKing authored Feb 8, 2024
1 parent 1cf0067 commit aa4f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ["self-hosted", "1ES.Pool=app-routing-operator-github-runner-pool"]
steps:
# always read the changelog in main
- uses: actions/checkout@v3
Expand Down

0 comments on commit aa4f99d

Please sign in to comment.