Skip to content

Commit

Permalink
Update after test to now push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
reespozzi committed Oct 29, 2024
1 parent 1545540 commit 1650da2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/auto-start-status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
workflow_dispatch:
schedule:
- cron: "30 7 * * 1-5" # Every weekday at 7:30am BST
env:
GH_TOKEN: ${{ secrets.PLATFORM_USER_TOKEN }}
permissions:
id-token: write
jobs:
Expand All @@ -11,6 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
token: ${{ env.GH_TOKEN }}

- name: "Az CLI login"
uses: azure/login@v2
Expand Down Expand Up @@ -46,7 +51,5 @@ jobs:
git config user.name hmcts-platform-operations
git config user.email github-platform-operations@hmcts.net
git pull
git checkout -b testing-json-file-updates-start
git add ./status
git commit -m "Update json files start status updates"
git push --set-upstream origin testing-json-file-updates-start
git push
4 changes: 1 addition & 3 deletions .github/workflows/auto-stop-status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ jobs:
git config user.name hmcts-platform-operations
git config user.email github-platform-operations@hmcts.net
git pull
git checkout -b testing-json-file-updates-stop
git add ./status
git commit -m "Update json files stop status updates"
git push --set-upstream origin testing-json-file-updates-stop
git push

0 comments on commit 1650da2

Please sign in to comment.