Skip to content

Commit

Permalink
Merge pull request #119 from FalkorDB/118-fix-upgrade-tests
Browse files Browse the repository at this point in the history
change head to base
  • Loading branch information
dudizimber authored Sep 15, 2024
2 parents 0587254 + 8a0a42f commit 10846c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete-omnistrate-service-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
max-parallel: 1
matrix:
plans:
- tier-name: free-${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref_name }}
- tier-name: pro-${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref_name }}
- tier-name: free-${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
- tier-name: pro-${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
steps:

- name: Checkout
Expand Down

0 comments on commit 10846c3

Please sign in to comment.