Browse Source

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

pull/14979/head
Motov Yurii 4 months ago
committed by GitHub
parent
commit
6af3832126
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -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

Loading…
Cancel
Save