Skip to content

Commit

Permalink
maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner committed Oct 25, 2024
1 parent c4b9b81 commit 962020e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Enable or disable maintenance mode
if: ${{ github.event.name != 'push' ) }}
if: ${{ github.event.name != 'push' }}
uses: DFE-Digital/github-actions/maintenance@master
with:
azure-credentials: ${{ secrets.AZURE_CREDENTIALS}}
Expand Down

0 comments on commit 962020e

Please sign in to comment.