Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Adds gustav1 runner
  • Loading branch information
vinaysetty authored Jan 26, 2024
1 parent 984ed7e commit 2a67ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
pre-commit:
if: always()
runs-on: ubuntu-latest
runs-on: [self-hosted, gustav1]
timeout-minutes: 2
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -191,4 +191,4 @@ jobs:
Current Branch | Main Branch |
| ------ | ------ |
![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/NoB0/8446f35dc373966dc971fb9237483cce/raw/coverage.${{ env.REPO_NAME }}.${{ github.event.number }}.json) | ![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/NoB0/8446f35dc373966dc971fb9237483cce/raw/coverage.${{ env.REPO_NAME }}.main.json) |
edit-mode: replace
edit-mode: replace

0 comments on commit 2a67ec6

Please sign in to comment.