Skip to content

Commit 6752b58

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a013124 commit 6752b58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:
1010
- main
11-
- galactic
1211
paths:
1312
- mkdocs.yaml
1413
- "**/*.md"
@@ -34,7 +33,7 @@ jobs:
3433

3534
deploy-docs:
3635
needs: make-sure-label-is-present
37-
if: ${{ needs.make-sure-label-is-present.outputs.result == 'true' }}
36+
if: ${{ github.event_name != 'pull_request_target' || needs.make-sure-label-is-present.outputs.result == 'true' }}
3837
runs-on: ubuntu-22.04
3938
steps:
4039
- name: Check out repository

0 commit comments

Comments
 (0)