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 46d95cb commit 8174128Copy full SHA for 8174128
.github/workflows/ci.yaml
@@ -647,7 +647,8 @@ jobs:
647
name: offlinedocs
648
needs: changes
649
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
650
- if: needs.changes.outputs.offlinedocs == 'true' || needs.changes.outputs.ci == 'true'
+ if: needs.changes.outputs.offlinedocs == 'true' || needs.changes.outputs.ci == 'true' || needs.changes.output.docs-only == 'true'
651
+
652
steps:
653
- name: Checkout
654
uses: actions/checkout@v4
0 commit comments