Skip to content

Commit

Permalink
Remove runs-on property for matrix job and add actions-runner/ to .gi…
Browse files Browse the repository at this point in the history
…tignore
  • Loading branch information
mattheworris committed Mar 8, 2024
1 parent 35ec22c commit 05760de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
# needs: changes
# if: needs.changes.outputs.rust == 'true'
name: ${{ matrix.platform.os_name }} with rust ${{ matrix.toolchain }}
runs-on: ${{ matrix.platform.os }}
# runs-on: ${{ matrix.platform.os }}
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ frequency.log
scripts/js/onboard/.yarnrc.yml
scripts/js/onboard/.yarn/cache
scripts/js/onboard/.yarn/*.gz

actions-runner/

0 comments on commit 05760de

Please sign in to comment.