👷 Allow skipping `benchmark` job in `test` workflow (#14974)

This commit is contained in:
Motov Yurii 2026-02-23 19:31:54 +01:00 committed by GitHub
parent acdf52e0c8
commit 6af3832126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -208,4 +208,4 @@ jobs:
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
allowed-skips: coverage-combine,test
allowed-skips: coverage-combine,test,benchmark