actually commnet out logic

This commit is contained in:
Alek Westover
2023-07-11 12:14:47 -04:00
parent ad582470e4
commit f132904546

View File

@@ -917,10 +917,9 @@ jobs:
run: rm -rf ~/.ecr
upload-postgres-extensions-to-s3:
# (github.ref_name == 'main' || github.ref_name == 'release') &&
if: |
(github.ref_name == 'zip_ext' || github.ref_name == 'release') &&
github.event_name != 'workflow_dispatch'
# if: |
# (github.ref_name == 'main' || github.ref_name == 'release') &&
# github.event_name != 'workflow_dispatch'
runs-on: ${{ github.ref_name == 'release' && fromJSON('["self-hosted", "prod", "x64"]') || fromJSON('["self-hosted", "gen3", "small"]') }}
needs: [ tag, promote-images ]
strategy: