Skip to content

Commit

Permalink
[gh-workflow] invoke consensus-only-unit-test job on label
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Jan 12, 2023
1 parent 31ab7c6 commit e5a0c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-test.yaml
Expand Up @@ -128,6 +128,8 @@ jobs:

rust-consensus-only-unit-test:
runs-on: high-perf-docker
if: |
contains(github.event.pull_request.labels.*.name, 'CICD:build-consensus-only-image')
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e5a0c08

Please sign in to comment.