Skip to content

Commit b268588

Browse files
committed
ci: error handling on CI actions
1 parent 0718091 commit b268588

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-master.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
with: { main-branch-name: 'master' }
6666

6767
- name: Release
68+
timeout-minutes: 2
69+
continue-on-error: true
6870
env:
6971
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
7072
GIT_AUTHOR_NAME: github-actions[bot]

.github/workflows/update-shortcuts-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
run: |
6868
git add .
6969
git commit -m "chore: update shortcuts versions [skip ci]"
70-
git push origin HEAD:${{ github.ref }}
70+
git push origin master

0 commit comments

Comments
 (0)