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.
2 parents 4ab6223 + 7009487 commit f576da3Copy full SHA for f576da3
2 files changed
.github/workflows/all-tests.yml
@@ -12,6 +12,7 @@ on:
12
env:
13
KACHERY_CLOUD_CLIENT_ID: ${{ secrets.KACHERY_CLOUD_CLIENT_ID }}
14
KACHERY_CLOUD_PRIVATE_KEY: ${{ secrets.KACHERY_CLOUD_PRIVATE_KEY }}
15
+ KACHERY_ZONE: ${{ secrets.KACHERY_ZONE }}
16
17
concurrency: # Cancel previous workflows on the same pull request
18
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/full-test-with-codecov.yml
@@ -8,6 +8,7 @@ on:
8
9
10
11
jobs:
full-tests-with-codecov:
0 commit comments