github: fix sel4bench trigger in GitHub workflow
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
5b4fb3e357
commit
b7ad2e0c66
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sel4bench-pr.yml
vendored
4
.github/workflows/sel4bench-pr.yml
vendored
|
|
@ -20,10 +20,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'pull_request_target' &&
|
||||
github.event.action != 'labeled' &&
|
||||
contains(github.event.pull_request.labels.*.name, 'hw-bench' ||
|
||||
contains(github.event.pull_request.labels.*.name, 'hw-bench') ||
|
||||
github.event_name == 'pull_request_target' &&
|
||||
github.event.action == 'labeled' &&
|
||||
github.event.label.name == 'hw-bench') }}
|
||||
github.event.label.name == 'hw-bench' }}
|
||||
outputs:
|
||||
xml: ${{ steps.repo.outputs.xml }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue