Skip to content

Commit 6517d7e

Browse files
committed
continue on error for bencher archival
1 parent 2be04a9 commit 6517d7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bencher_on_pr_or_fork_closed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
bencher archive \
1515
--project bms \
1616
--token '${{ secrets.BENCHER_API_TOKEN }}' \
17-
--branch "$GITHUB_HEAD_REF"
17+
--branch "$GITHUB_HEAD_REF"
18+
continue-on-error: true

0 commit comments

Comments
 (0)