mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 01:47:36 +00:00
chore(workflow): allow last step to fail
This commit is contained in:
3
.github/workflows/cheatsheets.yaml
vendored
3
.github/workflows/cheatsheets.yaml
vendored
@@ -2,7 +2,7 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: "0 0 * * *"
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
@@ -28,6 +28,7 @@ jobs:
|
||||
bash .github/run.sh
|
||||
echo "Done"
|
||||
- name: Commit and push changes
|
||||
continue-on-error: true
|
||||
run: |
|
||||
git add .
|
||||
git commit -m "Update cheatsheets"
|
||||
|
||||
Reference in New Issue
Block a user