TP-39914 | fix

This commit is contained in:
Aman Chaturvedi
2024-03-11 23:28:38 +05:30
parent 37b9659641
commit e8940ba791

View File

@@ -58,7 +58,7 @@ jobs:
create_release_tag:
needs: generate
runs-on: ubuntu-latest
runs-on: [default]
if: success() && (github.event.inputs.environment == 'QA') # Only create tag for Prod releases, have put QA for testing
steps:
- name: Checkout