mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Don't allow failure for more CI stages (#3125)
This commit is contained in:
committed by
André Silva
parent
a22bb71029
commit
8e09338e27
@@ -172,13 +172,11 @@ test-linux-stable-int:
|
||||
expire_in: 24 hrs
|
||||
paths:
|
||||
- ${CI_COMMIT_SHORT_SHA}_int_failure.log
|
||||
allow_failure: true
|
||||
|
||||
|
||||
check-web-wasm:
|
||||
stage: test
|
||||
<<: *docker-env
|
||||
allow_failure: true
|
||||
except:
|
||||
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user