diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index 037a7432c6e..c4078091f77 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -110,7 +110,9 @@ jobs: event_file: name: "Event File" - if: ${{ always() }} + if: | + contains(github.event.pull_request.labels.*.name, 'hil_test') || + github.event_name == 'schedule' needs: Test runs-on: ubuntu-latest steps: