Skip to content

Commit 4d53a8d

Browse files
committed
ci(github-pages): Solve cascade of workflows
1 parent 4f5f08f commit 4d53a8d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/build-examples-launchpad.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
pull_request:
8+
types: [opened, reopened, synchronize, labeled]
79

810
jobs:
911

.github/workflows/deploy_gh_pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy GitHub Pages
33
on:
44
workflow_run:
55
workflows:
6-
- Build examples for Launchpad
76
- Release Checker
87
types:
98
- completed

.github/workflows/release_checker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Release Checker
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
workflow_dispatch: # can be run manually
8-
4+
workflow_run:
5+
workflows:
6+
- Build examples for Launchpad
7+
types:
8+
- completed
99

1010
jobs:
1111
build-and-deploy:

0 commit comments

Comments
 (0)