Skip to content

Commit

Permalink
Adding software label. (#35)
Browse files Browse the repository at this point in the history
Adding software label to workflows that do not require hardware
and can run in parallel.

Co-authored-by: Kevin Gillespie <[email protected]>
  • Loading branch information
kevin-gillespie and kevin-gillespie authored Aug 1, 2022
1 parent 3a1f804 commit 9918eb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# The type of runner that the job will run on
runs-on:
- self-hosted
- software

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# The type of runner that the job will run on
runs-on:
- self-hosted
- software

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang-format-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
if: github.ref != 'refs/heads/main'
runs-on:
- self-hosted
- software

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9918eb6

Please sign in to comment.