diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 466bc513..74edc953 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -168,6 +168,7 @@ jobs: - name: Upload to NasuTek MinIO S3 uses: shallwefootball/s3-upload-action@master id: S3 + if: secrets.nte_cdn_s3_key_id != null with: aws_key_id: ${{secrets.nte_cdn_s3_key_id}} aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}} diff --git a/.github/workflows/test-debug-builds.yml b/.github/workflows/test-debug-builds.yml index dca06d5e..489cb79f 100644 --- a/.github/workflows/test-debug-builds.yml +++ b/.github/workflows/test-debug-builds.yml @@ -164,6 +164,7 @@ jobs: - name: Upload to NasuTek MinIO S3 uses: shallwefootball/s3-upload-action@master + if: secrets.nte_cdn_s3_key_id != null id: S3 with: aws_key_id: ${{secrets.nte_cdn_s3_key_id}} diff --git a/.github/workflows/test-release-builds.yml b/.github/workflows/test-release-builds.yml index c9c4d68c..9ba38371 100644 --- a/.github/workflows/test-release-builds.yml +++ b/.github/workflows/test-release-builds.yml @@ -164,6 +164,7 @@ jobs: - name: Upload to NasuTek MinIO S3 uses: shallwefootball/s3-upload-action@master + if: secrets.nte_cdn_s3_key_id != null id: S3 with: aws_key_id: ${{secrets.nte_cdn_s3_key_id}} diff --git a/.github/workflows/test-relwithdebinfo-builds.yml b/.github/workflows/test-relwithdebinfo-builds.yml index 98cacd88..d6234e74 100644 --- a/.github/workflows/test-relwithdebinfo-builds.yml +++ b/.github/workflows/test-relwithdebinfo-builds.yml @@ -164,6 +164,7 @@ jobs: - name: Upload to NasuTek MinIO S3 uses: shallwefootball/s3-upload-action@master + if: secrets.nte_cdn_s3_key_id != null id: S3 with: aws_key_id: ${{secrets.nte_cdn_s3_key_id}}