We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b654b72 commit 1775801Copy full SHA for 1775801
.github/workflows/ci.yml
@@ -51,11 +51,11 @@ jobs:
51
git add . -N && git diff --exit-code
52
53
- name: Push Unit Tests Output
54
- if: failure()
+ if: failure() && github.repository_owner != 'markstory' && matrix.python == '3.11'
55
uses: stefanzweifel/git-auto-commit-action@v4
56
with:
57
branch: ${{ github.head_ref || github.ref_name }}.changes
58
- # create_branch: true
+ create_branch: true
59
push_options: '--force'
60
commit_message: Unit Tests Changes
61
commit_user_name: Bot
0 commit comments