Skip to content

Commit

Permalink
Reenable time check
Browse files Browse the repository at this point in the history
Addresses RISDEV-0000
  • Loading branch information
zechmeister committed Sep 22, 2023
1 parent ae16ebc commit 421ad07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,8 @@ jobs:
deploy-uat:
runs-on: ubuntu-latest
if: |
github.ref == 'refs/heads/main'
github.ref == 'refs/heads/main' &&
needs.deployment-time-check.outputs.between-8-and-16 == 'false'
concurrency: deploy-uat
environment: uat
needs:
Expand Down

0 comments on commit 421ad07

Please sign in to comment.