Skip to content

Commit

Permalink
PI-2011 exclude from read only (#3499)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj authored Mar 19, 2024
1 parent 7c3f8c7 commit c85cfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
token: ${{ secrets.KUBE_TOKEN }}

- name: Block updates
if: inputs.action == 'enable' && matrix.project != 'hmpps-auth-and-delius' # Note: hmpps-auth is excluded here to continue allowing 'POST /authenticate' requests, which are read-only
if: inputs.action == 'enable' && matrix.project != 'hmpps-auth-and-delius' && matrix.project != 'probation-search-and-delius' # Note: hmpps-auth is excluded here to continue allowing 'POST /authenticate' requests, which are read-only
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:
max_attempts: 3 # Patching ingresses intermittently fails on MOJ Cloud Platform, so we retry this step
Expand Down

0 comments on commit c85cfc5

Please sign in to comment.