Skip to content

Commit

Permalink
Update workflow to use different runner (IntelLabs#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlacewe authored Nov 7, 2022
1 parent f8fdeda commit 476dbe8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/cpp_coverage_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
coverage_job:
name: Coverage Test

# The type of runner that the job will run on
runs-on: self-hosted
# Specify runner job will run on
runs-on:
group: intellabs-generic-runners
labels: vdms-check-in

strategy:
fail-fast: true
Expand Down Expand Up @@ -117,8 +119,11 @@ jobs:
compare_coverage:
name: Compare Reported Coverage

# The type of runner that the job will run on
runs-on: self-hosted
# Specify runner job will run on
runs-on:
group: intellabs-generic-runners
labels: vdms-check-in

needs: coverage_job
steps:
- name: Comment Coverage
Expand Down

0 comments on commit 476dbe8

Please sign in to comment.