Skip to content

Commit f075c11

Browse files
neatudariusCopilot
andauthored
Update .github/workflows/sync-docs.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cfc912d commit f075c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fi
7474
7575
- name: Create Pull Request
76-
if: github.event_name != 'pull_request' || steps.check-pat.outputs.pat_available == 'true'
76+
if: github.event_name != 'pull_request'
7777
uses: peter-evans/create-pull-request@v6
7878
with:
7979
token: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)