Skip to content

Commit

Permalink
Merge pull request #558 from UKHSA-Internal/task/block-deployments-ov…
Browse files Browse the repository at this point in the history
…er-change-freeze-period/CDD-2369

Temporarily block new deployments over change freeze period
  • Loading branch information
A-Ashiq authored Dec 16, 2024
2 parents ee6642b + 94bcf4d commit 9a726b2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ jobs:
# Deploy
###############################################################################

trigger-deployments:
name: Trigger deployments
needs: [publish-image]
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}

steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ./.github/actions/trigger-deployments
with:
token: ${{ secrets.DEPLOYMENT_TRIGGER_TOKEN }}
# trigger-deployments:
# name: Trigger deployments
# needs: [publish-image]
# runs-on: ubuntu-latest
# if: ${{ github.ref == 'refs/heads/main' }}
#
# steps:
# - name: Check out code
# uses: actions/checkout@v4
# - uses: ./.github/actions/trigger-deployments
# with:
# token: ${{ secrets.DEPLOYMENT_TRIGGER_TOKEN }}

1 comment on commit 9a726b2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit tests coverage

Lines Statements Branches Functions
Coverage: 93%
91.9% (1771/1927) 81.72% (416/509) 88.85% (263/296)
Tests Skipped Failures Errors Time
476 0 💤 0 ❌ 0 🔥 16.187s ⏱️

Please sign in to comment.