We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e341629 commit 32acc73Copy full SHA for 32acc73
2 files changed
.github/workflows/ci.yaml
@@ -1081,7 +1081,7 @@ jobs:
1081
needs:
1082
- changes
1083
if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
1084
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-16-cores
1085
permissions:
1086
# Necessary to push docker images to ghcr.io.
1087
packages: write
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
release:
62
name: Build and publish
63
needs: [check-perms]
64
65
66
# Required to publish a release
67
contents: write
0 commit comments