Skip to content

Commit

Permalink
Changing testpatch runner
Browse files Browse the repository at this point in the history
  • Loading branch information
PaurushGarg committed Dec 15, 2023
1 parent 0f12fc2 commit 1cf965c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:
jobs:
testpatch:
name: Test patches applied to dependencies
runs-on: ubuntu-latest-64-cores-256gb
runs-on: temporary-sizing-testing_ubuntu-latest_64-core
if: ${{ startsWith(github.ref_name, 'release/v') }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
testpatch:
name: Test patches applied to dependencies
runs-on: ubuntu-latest-64-cores-256gb
runs-on: temporary-sizing-testing_ubuntu-latest_64-core
if: ${{ startsWith(github.event.pull_request.base.ref, 'release/v') }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1cf965c

Please sign in to comment.