upload extenstions to s3 for this PR

This commit is contained in:
Anastasia Lubennikova
2023-08-10 15:56:27 +03:00
parent 6fb9ef61fc
commit d78796b2d6

View File

@@ -964,9 +964,9 @@ jobs:
run: rm -rf ~/.ecr
upload-postgres-extensions-to-s3:
if: |
(github.ref_name == 'main' || 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: