We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4146b3 commit 9030149Copy full SHA for 9030149
2 files changed
.github/workflows/main.yml
@@ -36,3 +36,8 @@ jobs:
36
- mac
37
- windows
38
uses: ./.github/workflows/perf.yml
39
+
40
+ pages:
41
+ needs:
42
+ - perf
43
+ uses: ./.github/workflows/pages.yml
.github/workflows/pages.yml
@@ -1,10 +1,7 @@
1
name: Pages
2
3
on:
4
- workflow_run:
5
- workflows: ["Build application"]
6
- types:
7
- - completed
+ workflow_call:
8
workflow_dispatch:
9
10
permissions:
@@ -117,8 +114,6 @@ jobs:
117
114
with:
118
115
name: cov-report
119
116
path: ./coverage/
120
- github-token: ${{ secrets.GITHUB_TOKEN }}
121
- run-id: ${{ github.event.workflow_run.id }}
122
- name: Upload artifact
123
uses: actions/upload-pages-artifact@v3
124
0 commit comments