Skip to content

Commit 6c06330

Browse files
committed
Define dependency between workflow runs in order to avoid race conditions when pushing.
1 parent 41581ae commit 6c06330

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: generate and deploy documentation
22

33
on:
4-
push:
5-
branches-ignore:
6-
- 'gh-pages'
4+
workflow_run:
5+
workflows: [Cleanup GitHub Pages Branch Workflow]
6+
types: [completed]
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)