Skip to content

Commit 1775801

Browse files
committed
push changes to forks and only once per workflow
1 parent b654b72 commit 1775801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
git add . -N && git diff --exit-code
5252
5353
- name: Push Unit Tests Output
54-
if: failure()
54+
if: failure() && github.repository_owner != 'markstory' && matrix.python == '3.11'
5555
uses: stefanzweifel/git-auto-commit-action@v4
5656
with:
5757
branch: ${{ github.head_ref || github.ref_name }}.changes
58-
# create_branch: true
58+
create_branch: true
5959
push_options: '--force'
6060
commit_message: Unit Tests Changes
6161
commit_user_name: Bot

0 commit comments

Comments
 (0)