Remove the now not needed release branch push
This commit is contained in:
parent
3a0bf82ecb
commit
4ac4596e18
1 changed files with 1 additions and 10 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -21,12 +21,3 @@ jobs:
|
|||
- 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
|
Loading…
Add table
Reference in a new issue