Skip to content

Commit

Permalink
chore: use self-host CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Dec 1, 2023
1 parent c09a4a6 commit f98716a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
release:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
# if: startsWith(github.ref, 'ref/tags/v')
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f98716a

Please sign in to comment.