remove lines from testing

pull/223/head
Paul Balaji 2 months ago committed by GitHub
parent 8005ac62c0
commit adcbcadd38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      .github/workflows/create-merge-prs.yaml

@ -4,10 +4,6 @@ on:
push:
branches:
- main
# just for testing
pull_request:
branches:
- main
jobs:
create-merge-prs:
@ -31,9 +27,6 @@ jobs:
git checkout ${{ matrix.name }}
git merge origin/main
git checkout -b main-to-${{ matrix.name }}
echo "testing" > dummy_test_file.txt
git add dummy_test_file.txt
git commit -m "chore: merge main into ${{ matrix.name }}"
git push -fu origin main-to-${{ matrix.name }}
- name: Check and Create Pull Request

Loading…
Cancel
Save