Skip to content

Commit 663773c

Browse files
authored
chore: ignore workflow errors on issue comments (#1899)
1 parent ebf1273 commit 663773c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/autorebase.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
uses: cirrus-actions/[email protected]
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
continue-on-error: true # [macOS]

.github/workflows/needs-attention.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
id: needs-attention
2626
- name: Result
2727
run: echo '${{ steps.needs-attention.outputs.result }}'
28+
continue-on-error: true # [macOS]

0 commit comments

Comments
 (0)