We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd43e4f commit fa693bcCopy full SHA for fa693bc
.github/workflows/build.yml
@@ -13,7 +13,9 @@ jobs:
13
strategy:
14
matrix:
15
config:
16
- - {grb_version: 9.3.1}
+ # if there are multiple items in this list, only use should
17
+ # deployit=true for just one of them.
18
+ - {grb_version: 9.3.1, deployit: true}
19
steps:
20
- name: Checkout
21
uses: actions/[email protected]
@@ -38,7 +40,7 @@ jobs:
38
40
make test_coverage
39
41
- name: Deploy
42
uses: JamesIves/[email protected]
- if: matrix.config.grb_version == '9.1.0' && github.event_name == 'push' && github.ref == 'refs/heads/stable'
43
+ if: matrix.config.deployit && github.event_name == 'push' && github.ref == 'refs/heads/stable'
44
with:
45
branch: gh-pages
46
folder: build/test_coverage/
0 commit comments