Skip to content

Commit 9b33b9b

Browse files
vkt1414Gang Fufedorov
authored
Add gh actions (#4)
* do not commit outputs on pull request * clean up header * clean up header * merge (#3) * clean up header * clean up header --------- Co-authored-by: Gang Fu <gangfu1982@gmai.com> Co-authored-by: Andrey Fedorov <fedorov@bwh.harvard.edu> --------- Co-authored-by: Gang Fu <gangfu1982@gmai.com> Co-authored-by: Andrey Fedorov <fedorov@bwh.harvard.edu>
1 parent 716c61e commit 9b33b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_colab.yml

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

0 commit comments

Comments
 (0)