Skip to content

Commit

Permalink
Added runs on self hosted for 'tests' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nachog00 committed Nov 4, 2024
1 parent 86d1baf commit 07fef3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
name: Build test artifacts
container:
image: zingodevops/ci-build:004
runs-on: ubuntu-22.04
runs-on:
- self-hosted
- labels: ["1","many"]
if: github.event.pull_request.draft == false
env:
RUSTFLAGS: -D warnings
Expand Down Expand Up @@ -45,7 +47,9 @@ jobs:

run-tests:
name: Run tests
runs-on: ubuntu-22.04
runs-on:
- self-hosted
- labels: ["1","many"]
if: github.event.pull_request.draft == false
needs: build-test-artifacts
env:
Expand Down

0 comments on commit 07fef3c

Please sign in to comment.