Skip to content

Commit

Permalink
Merge pull request #71 from DeterminateSystems/go-fast
Browse files Browse the repository at this point in the history
Go fast?
  • Loading branch information
grahamc authored Aug 30, 2023
2 parents e974b13 + b5d70ef commit 3233157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-artifacts-X64-Linux:
runs-on: ubuntu-22.04
runs-on: UbuntuLatest32Cores128G
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'production test'))
production-test:
needs: build
runs-on: UbuntuLatest32Cores128G
timeout-minutes: 5
if: |
(github.event.action == 'labeled' && github.event.label.name == 'production test')
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'production test'))
runs-on: ubuntu-22.04
permissions:
id-token: write # In order to request a JWT for AWS auth
contents: read # Specifying id-token wiped this out, so manually specify that this action is allowed to checkout this private repo
Expand Down

0 comments on commit 3233157

Please sign in to comment.