diff --git a/.github/workflows/_build-prod.yml b/.github/workflows/_build-prod.yml index 15cf9b897..3afc4381b 100644 --- a/.github/workflows/_build-prod.yml +++ b/.github/workflows/_build-prod.yml @@ -6,7 +6,7 @@ on: jobs: prod: - if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'dependencies') + if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'dependencies') }} runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4