Skip to content

Commit

Permalink
chore: use self-hosted runners for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanJohn committed Feb 28, 2024
1 parent a440a5d commit 2815d41
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 @@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2815d41

Please sign in to comment.