diff --git a/.github/workflows/ExtReqImplementDispatch.yml b/.github/workflows/ExtReqImplementDispatch.yml index 01e42a5581..bc93224d4e 100644 --- a/.github/workflows/ExtReqImplementDispatch.yml +++ b/.github/workflows/ExtReqImplementDispatch.yml @@ -28,7 +28,7 @@ jobs: dispatch: if: >- github.event.issue.state == 'open' && - github.event.label.name == env.FIX_LABEL + github.event.label.name == 'ext-ready-to-implement' runs-on: ubuntu-latest steps: - name: Validate PAT secret