We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087a0df commit 479ef7aCopy full SHA for 479ef7a
1 file changed
.github/workflows/test_colab.yml
@@ -96,6 +96,7 @@ jobs:
96
done
97
98
- name: Commit changes
99
+ if: ${{ github.event_name == 'workflow_dispatch' || github.event == 'push' }}
100
uses: stefanzweifel/git-auto-commit-action@v4
101
with:
102
commit_message: 'Check colab env'
0 commit comments