Skip to content

Commit

Permalink
Rerun with existing files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaier-redislabs authored Jan 9, 2024
1 parent 1d418ee commit fe14991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
run: |
./google-cloud-sdk/bin/gcloud auth activate-service-account $BUCKET_SERVICE_ACCOUNT --key-file=./service_account.json --project=$GCP_PROJECT \
&& ./google-cloud-sdk/bin/gcloud auth list
- name: Sync the branch
- name: Sync the branch to the bucket
run: |
if [[ "${{ github.ref_name }}" == "main" || "${{ github.ref_name }}" == "latest" ]]
then

0 comments on commit fe14991

Please sign in to comment.