Allow GraphQL to be worked on in dev by hiding it behind an internal parameter

This commit is contained in:
Jordan Dominion
2024-09-08 21:08:50 -04:00
parent 882bfd7b54
commit ca1f461df1
3 changed files with 26 additions and 7 deletions
+1
View File
@@ -40,6 +40,7 @@ env:
TGS_WEBPANEL_NODE_VERSION: 20.x
TGS_TEST_GITHUB_TOKEN: ${{ secrets.LIVE_TESTS_TOKEN }}
PACKAGING_PRIVATE_KEY_PASSPHRASE: ${{ secrets.PACKAGING_PRIVATE_KEY_PASSPHRASE }}
Internal__EnableGraphQL: true
concurrency:
group: "ci-${{ (github.event_name != 'push' && github.event_name != 'schedule' && github.event.inputs.pull_request_number) || github.run_id }}-${{ github.event_name }}"