We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607a7d6 commit 1328e81Copy full SHA for 1328e81
.github/workflows/gradle.yml
@@ -568,7 +568,7 @@ jobs:
568
# Because scheduled builds on master require us to skip the changes job. Use always() to force this to run on master.
569
if: needs.changes.outputs.backend == 'true' || needs.changes.outputs.build == 'true' || (always() && github.ref == 'refs/heads/master')
570
timeout-minutes: 10
571
- runs-on: ubuntu-20.04-16core
+ runs-on: faster-better-stronger-gh-runner
572
outputs:
573
label: ${{ steps.start-ec2-runner.outputs.label }}
574
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
0 commit comments