Skip to content

Commit

Permalink
DO NOT MERGE: trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jul 19, 2023
1 parent 0e06425 commit f846758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -944,9 +944,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:
Expand Down

0 comments on commit f846758

Please sign in to comment.