We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44e44f0 + 479ef7a commit 716c61eCopy full SHA for 716c61e
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