Run cloud tests if secrets are available

This commit is contained in:
Alexander Neumann 2021-01-03 10:26:55 +01:00
parent e8abc79ce9
commit aa648bdcac
1 changed files with 2 additions and 3 deletions

View File

@ -170,9 +170,8 @@ jobs:
echo $RESTIC_TEST_GS_APPLICATION_CREDENTIALS_B64 | base64 -d > $GOOGLE_APPLICATION_CREDENTIALS
go test -cover -parallel 4 ./internal/backend/...
# only run cloud backend tests for pull requests from our own repo,
# otherwise the secrets are not available
if: github.event.pull_request.head.repo.full_name == github.repository && matrix.test_cloud_backends
# only run cloud backend tests if secrets are available (pushes and pull requests for our own repo)
if: secrets && matrix.test_cloud_backends
- name: Check changelog files with calens
run: |