mirror of
https://github.com/octoleo/restic.git
synced 2024-10-31 19:02:32 +00:00
Revert "Run cloud tests if secrets are available"
This reverts commit aa648bdcac
.
This commit is contained in:
parent
aa648bdcac
commit
f8c50394d6
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -170,8 +170,9 @@ jobs:
|
|||||||
echo $RESTIC_TEST_GS_APPLICATION_CREDENTIALS_B64 | base64 -d > $GOOGLE_APPLICATION_CREDENTIALS
|
echo $RESTIC_TEST_GS_APPLICATION_CREDENTIALS_B64 | base64 -d > $GOOGLE_APPLICATION_CREDENTIALS
|
||||||
go test -cover -parallel 4 ./internal/backend/...
|
go test -cover -parallel 4 ./internal/backend/...
|
||||||
|
|
||||||
# only run cloud backend tests if secrets are available (pushes and pull requests for our own repo)
|
# only run cloud backend tests for pull requests from our own repo,
|
||||||
if: secrets && matrix.test_cloud_backends
|
# otherwise the secrets are not available
|
||||||
|
if: github.event.pull_request.head.repo.full_name == github.repository && matrix.test_cloud_backends
|
||||||
|
|
||||||
- name: Check changelog files with calens
|
- name: Check changelog files with calens
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user