diff options
| author | Taras Madan <tarasmadan@google.com> | 2023-07-21 21:11:10 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2023-07-24 09:08:26 +0000 |
| commit | f7eecac8b446ef11cff4122de6f496ad5eaba3a9 (patch) | |
| tree | 328e693769cc3c8ff71eccfabbaad68ab4b1602c /.github | |
| parent | 064606706b003bdd7f1e51b2bd1f2f92b42e2ef6 (diff) | |
ci.yml: run on any-env not self-runner
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6de7a125f..33011edb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: GITHUB_PR_COMMITS: ${{ github.event.pull_request.commits }} run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-env make presubmit_aux build: - runs-on: self-hosted + runs-on: any-env steps: - name: checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 @@ -57,7 +57,7 @@ jobs: files: gopath/src/github.com/google/syzkaller/.coverage.txt flags: unittests dashboard: - runs-on: self-hosted + runs-on: any-env steps: - name: checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 @@ -93,7 +93,7 @@ jobs: - name: run run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-env make ${{ matrix.target }} race: - runs-on: self-hosted + runs-on: any-env steps: - name: checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 |
