Skip to content

Commit 8174128

Browse files
committed
fix(.github): make offlinedocs also depend on docs
1 parent 46d95cb commit 8174128

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,8 @@ jobs:
647647
name: offlinedocs
648648
needs: changes
649649
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
650-
if: needs.changes.outputs.offlinedocs == 'true' || needs.changes.outputs.ci == 'true'
650+
if: needs.changes.outputs.offlinedocs == 'true' || needs.changes.outputs.ci == 'true' || needs.changes.output.docs-only == 'true'
651+
651652
steps:
652653
- name: Checkout
653654
uses: actions/checkout@v4

0 commit comments

Comments
 (0)