Skip to content

Commit 94b814c

Browse files
authored
Update deploy-gh-pages.yml
Let workflow run if tests finish Bypassing rules to debug reports not being deployed
1 parent 0367303 commit 94b814c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
name: Deploy Allure Reports to GitHub Pages
55

66
on:
7-
push:
8-
branches: ['gh-pages']
7+
workflow_run:
8+
workflows: ['Android regression tests', 'iOS regression tests']
9+
types: [completed]
910
workflow_dispatch:
1011

1112
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)