Skip to content

Commit ac37eab

Browse files
committed
Synchronize documentation workflow with the one creating the C library binaries
1 parent ce2f117 commit ac37eab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/deploy_documentation.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
on:
22
release:
3+
types: [published]
4+
workflow_run:
5+
workflows:
6+
- Release
37
types:
4-
- released
8+
- completed
9+
pull_request:
10+
types: [labeled]
11+
512
name: Deploy documentation for latest release
613
jobs:
714
deploy_documentation:
15+
if: ${{ github.event.action == 'completed' || github.event.label.name == 'test-release-process' || (github.event_name == 'release' && github.event.action == 'published') }}
816
runs-on: ubuntu-latest
917
steps:
1018
- name: Checkout

0 commit comments

Comments
 (0)