We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed26362 commit fb6e36eCopy full SHA for fb6e36e
1 file changed
.github/workflows/push-main.yml
@@ -13,7 +13,7 @@ jobs:
13
# Click New environment, set the name production, and click Configure environment.
14
# Check the "Required reviewers" box and enter at least one user or team name.
15
sync:
16
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-16-cores
17
concurrency:
18
group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-sync
19
cancel-in-progress: true
0 commit comments