Skip to content

Commit

Permalink
Update pull-request-master.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes authored Nov 19, 2023
1 parent 0979256 commit 716b59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
run_tests:
name: Verify PR - Tests
runs-on: amd64-runner
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -35,7 +35,7 @@ jobs:

build:
name: Verify PR - Buildable
runs-on: amd64-runner
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 716b59d

Please sign in to comment.