Skip to content

Commit 716c61e

Browse files
authored
Merge pull request #1 from vkt1414/add-gh-actions
commit outputs only on push or when triggered by scheduler
2 parents 44e44f0 + 479ef7a commit 716c61e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test_colab.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
done
9797
9898
- name: Commit changes
99+
if: ${{ github.event_name == 'workflow_dispatch' || github.event == 'push' }}
99100
uses: stefanzweifel/git-auto-commit-action@v4
100101
with:
101102
commit_message: 'Check colab env'

0 commit comments

Comments
 (0)