Skip to content

Commit

Permalink
Fix CI HW job condition
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Lukianov <[email protected]>
  • Loading branch information
Frostman committed Jan 16, 2025
1 parent 7ff332e commit 999e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

jobs:
hlab:
if: contains(github.event.pull_request.labels.*.name, 'ci-hw')
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci-hw')
runs-on: hlab
timeout-minutes: 600

Expand Down

0 comments on commit 999e3ff

Please sign in to comment.