We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e9065 commit 22cd48aCopy full SHA for 22cd48a
.github/workflows/weekly.yml
@@ -40,6 +40,7 @@ jobs:
40
run: cargo build --release --verbose
41
42
- name: Push changes
43
+ continue-on-error: true
44
run: |
45
git config user.name ${{ secrets.GH_USER }}
46
git config user.email "${{ secrets.GH_MAIL }}"
0 commit comments