Make map diff workflow ignore errors
It's not really a check but a support feature. Errors can still be seen when looking at the workflow run.
This commit is contained in:
parent
0fee1695f6
commit
870bd71521
1 changed files with 1 additions and 0 deletions
1
.github/workflows/map-diff.yml
vendored
1
.github/workflows/map-diff.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
comment-map-diff:
|
||||
continue-on-error: true
|
||||
runs-on: ubuntu-20.04
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Add table
Reference in a new issue