paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.8k stars 652 forks source link

[ci] Fix final job for required workflows #5619

Closed alvicsam closed 3 weeks ago

alvicsam commented 3 weeks ago

Currently if a required job fails the final jobs is skipped which breaks the logic of required jobs. PR fixes it.

Closes https://github.com/paritytech/ci_cd/issues/1033