Skip to content

Commit a1f487a

Browse files
don't force push when creating update branch
1 parent 527c7e3 commit a1f487a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '.github/ISSUE_TEMPLATE/**'
1111
- '.github/PULL_REQUEST_TEMPLATE.md'
1212
- '.github/workflows/mdbook.yml'
13+
- '.github/workflows/ldmx-sw-dependabot.yml'
1314
- '.github/workflows/README.md'
1415
branches:
1516
- "**"

.github/workflows/ldmx-sw-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git switch -c auto-ldmx-sw-test-update
2727
git add ci/ldmx-sw-to-test.json
2828
git commit -m "Auto ldmx-sw Version Update" || exit 0
29-
git push -fu origin auto-runner-update
29+
git push -u origin auto-runner-update
3030
gh pr create \
3131
--base main \
3232
--head auto-runner-update \

0 commit comments

Comments
 (0)