mirror of
https://github.com/radareorg/radare2
synced 2026-08-22 20:23:32 -04:00
Allow Coverity Scan workflow failures ##ci
This commit is contained in:
parent
2a31436877
commit
769832ac6e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/coverity-scan.yml
vendored
3
.github/workflows/coverity-scan.yml
vendored
|
|
@ -8,7 +8,8 @@ on:
|
|||
|
||||
jobs:
|
||||
latest:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- name: Determine current repository
|
||||
run: echo "{repo}={${GITHUB_REPOSITORY}}" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue