We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737205e commit 98abd7fCopy full SHA for 98abd7f
.github/workflows/ci.yaml
@@ -895,7 +895,7 @@ jobs:
895
needs: changes
896
# We always build the dylibs on Go changes to verify we're not merging unbuildable code,
897
# but they need only be signed and uploaded on coder/coder main.
898
- if: needs.changes.outputs.docs-only == 'false' || github.ref == 'refs/heads/main'
+ if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
899
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
900
steps:
901
- name: Harden Runner
0 commit comments