Skip to content

Commit e8f5def

Browse files
authored
fix: attempt to allow failure (nothing to commit) to not fail build
Signed-off-by: Paul Horton <[email protected]>
1 parent 364d4e2 commit e8f5def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: ./update-pytorch.sh
2020

2121
- name: Commit Push
22+
continue-on-error: true
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2425
run: |

0 commit comments

Comments
 (0)