We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb04d5 commit 1e7a7f4Copy full SHA for 1e7a7f4
.github/workflows/test_colab.yml
@@ -94,14 +94,15 @@ jobs:
94
docker stop colab
95
docker rm colab
96
done
97
-
98
- - name: Commit changes
99
- if: ${{ github.event_name != 'pull_request' }}
100
- uses: stefanzweifel/git-auto-commit-action@v4
101
- with:
102
- commit_message: 'Check colab env'
103
- file_pattern: 'test/*.csv test/outputs/*.ipynb'
104
- branch: 'master'
+
+ # skip commit
+ #- name: Commit changes
+ # if: ${{ github.event_name != 'pull_request' }}
+ # uses: stefanzweifel/git-auto-commit-action@v4
+ # with:
+ # commit_message: 'Check colab env'
+ # file_pattern: 'test/*.csv test/outputs/*.ipynb'
105
+ # branch: 'master'
106
107
#- name: Check output notebooks for errors
108
# run: |
0 commit comments