Remove test commit.

This commit is contained in:
James Cole
2025-03-16 17:52:47 +01:00
parent 8517af105d
commit e1941d9d87

View File

@@ -49,9 +49,6 @@ jobs:
git checkout --track $BRANCH_TO_PULL
git pull
echo "Current branch is $(git branch --show-current)"
echo 'Add test change'
echo $(date) > temp-file.txt
env:
version: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
- name: Configure Git