We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf304fd2 commita1000f7Copy full SHA for a1000f7
.github/workflows/ci.yaml
@@ -1093,7 +1093,7 @@ jobs:
1093
needs:
1094
-changes
1095
-build-dylib
1096
-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
+if:(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || github.ref == 'refs/heads/dean/release-freeze') && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
1097
runs-on:${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }}
1098
permissions:
1099
# Necessary to push docker images to ghcr.io.