Skip to content

Commit 1e7a7f4

Browse files
authored
do not commit the updated papermill output notebooks
1 parent 5bb04d5 commit 1e7a7f4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/test_colab.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,15 @@ jobs:
9494
docker stop colab
9595
docker rm colab
9696
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'
97+
98+
# skip commit
99+
#- name: Commit changes
100+
# if: ${{ github.event_name != 'pull_request' }}
101+
# uses: stefanzweifel/git-auto-commit-action@v4
102+
# with:
103+
# commit_message: 'Check colab env'
104+
# file_pattern: 'test/*.csv test/outputs/*.ipynb'
105+
# branch: 'master'
105106

106107
#- name: Check output notebooks for errors
107108
# run: |

0 commit comments

Comments
 (0)