Skip to content

Commit d1887b3

Browse files
Merge branch 'main' into 25-new-function-sunsetter
2 parents a65d4a6 + 013aefa commit d1887b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/trigger_build_pkgdown_site.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
2424

2525
- name: Trigger Build pkgdown site
26+
if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'workflow_run' # Conditional check
2627
run: |
2728
# Determine the branch name based on the event type
2829
if [[ "${{ github.event_name }}" == "workflow_run" ]]; then

0 commit comments

Comments
 (0)