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.
2 parents a65d4a6 + 013aefa commit d1887b3Copy full SHA for d1887b3
.github/workflows/trigger_build_pkgdown_site.yaml
@@ -23,6 +23,7 @@ jobs:
23
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
24
25
- name: Trigger Build pkgdown site
26
+ if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'workflow_run' # Conditional check
27
run: |
28
# Determine the branch name based on the event type
29
if [[ "${{ github.event_name }}" == "workflow_run" ]]; then
0 commit comments