Skip to content

Commit

Permalink
Merge pull request #82 from FalkorDB/56-add-ability-to-upload-config-…
Browse files Browse the repository at this point in the history
…file-for-redis-falkordb-module

upgrade tests to run in main branch
  • Loading branch information
dudizimber authored Jul 31, 2024
2 parents d84d7da + 7e3f411 commit ce98839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: PRO/Standalone - GCP/us-central1 - Upgrade Version
if: ${{ contains(github.ref, 'refs/tags/v') || contains(github.ref, 'main') }}
testFile: test_upgrade_version.py
tierName: pro-${{ github.ref_name }}
tierName: pro-main
cloudProvider: gcp
cloudRegion: us-central1
subscriptionId: sub-GJPV3NoNC0
Expand All @@ -204,7 +204,7 @@ jobs:
- name: PRO/SingleZone - GCP/us-central1 - Upgrade Version
if: ${{ contains(github.ref, 'refs/tags/v') || contains(github.ref, 'main') }}
testFile: test_upgrade_version.py
tierName: pro-${{ github.ref_name }}
tierName: pro-main
cloudProvider: gcp
cloudRegion: us-central1
subscriptionId: sub-GJPV3NoNC0
Expand Down

0 comments on commit ce98839

Please sign in to comment.