mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Skip incremental-mutants job for main
There is no diff when running against main, so we skip incremental-mutants. Before this commit, we'd get `Error: Failed to parse diff: Line 1: Error while parsing:` as the diff file was empty.
This commit is contained in:
parent
669a4596a6
commit
b1d7829565
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -250,6 +250,7 @@ jobs:
|
|||
|
||||
incremental-mutants:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref_name != 'main' # `main` has no diff with itself
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue