Skip to content

Commit

Permalink
Move shared service tests to a nightly build (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya-borisova committed Jul 28, 2022
1 parent 57677ba commit cb29a21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_tre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: ./.github/workflows/deploy_tre_reusable.yml
with:
ciGitRef: ${{ github.ref }}
e2eTestsCustomSelector: "extended or shared_services or extended_aad"
e2eTestsCustomSelector: >-
${{ (github.event_name == 'push' && 'extended or extended_aad')
|| 'extended or shared_services or extended_aad' }}
environmentName: CICD
secrets:
AAD_TENANT_ID: ${{ secrets.AAD_TENANT_ID }}
Expand Down

0 comments on commit cb29a21

Please sign in to comment.