Skip to content

Commit 5667543

Browse files
committed
[FIX] skip unreleased dep fail status with env
1 parent 0c2ad40 commit 5667543

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
fi
2929
fi
3030
done
31+
env:
32+
GITHUB_STATUS_IGNORED: "0"
33+
GITHUB_STATUS_IGNORED: "unreleased-deps, "
34+
3135
test:
3236
runs-on: ubuntu-22.04
3337
container: ${{ matrix.container }}

0 commit comments

Comments
 (0)