Skip to content

Commit

Permalink
fix: disable cloud storage for PR (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam authored Oct 28, 2024
1 parent 0720f03 commit eb94166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
BUILD_DATE=${{ env.NOW }}
VCS_REF=${{ github.sha }}
VERSION=${{ env.APP_VERSION }}.${{ github.run_number }}
EN_AWS_CLI=true
EN_AZURE=true
EN_GCLOUD=true
EN_AWS_CLI=false
EN_AZURE=false
EN_GCLOUD=false
EN_MINIO=true
EN_RCLONE=true
EN_GPG=true
Expand Down

0 comments on commit eb94166

Please sign in to comment.