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.
1 parent 053b3a8 commit 09aa9b0Copy full SHA for 09aa9b0
.github/workflows/jekyll.yml
@@ -14,6 +14,14 @@ on:
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
16
17
+ # GitHub Actions do not trigger another workflow when a commit is made by another workflow by default.
18
+ # This is a security feature to prevent infinite loops and unintended automatic triggers.
19
+ workflow_run:
20
+ workflows: [ "API docs refresh" ]
21
+ types:
22
+ - completed
23
+
24
25
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
26
permissions:
27
contents: read
0 commit comments