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 fba4713 commit 95736adCopy full SHA for 95736ad
1 file changed
.github/workflows/docs.yaml
@@ -5,13 +5,18 @@ on:
5
branches:
6
- main
7
workflow_dispatch:
8
+ workflow_run:
9
+ workflows: ["Update CHANGELOG"]
10
+ types:
11
+ - completed
12
13
concurrency:
14
group: docs-${{ github.ref }}
15
cancel-in-progress: true
16
17
jobs:
18
build-deploy:
19
+ if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run == null }}
20
runs-on: ubuntu-24.04
21
steps:
22
- uses: actions/checkout@v4
0 commit comments