Remove the now not needed release branch push
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Test / build (push) Has been cancelled

This commit is contained in:
Marc Di Luzio 2024-08-14 16:58:01 +01:00
parent 3a0bf82ecb
commit 4ac4596e18

View file

@ -20,13 +20,4 @@ jobs:
python -m pip install -r requirements.txt
- name: Run tests
run: |
python scripts/test.py
- name: Update release branch
if: github.ref == 'refs/heads/main'
run: |
git config --local user.email "[hidden]"
git config --local user.name "CI"
git fetch origin
git checkout -b release origin/release
git merge origin/main -X theirs
git push origin release
python scripts/test.py