diff --git a/.github/workflows/InternalIssuesCreateMirror.yml b/.github/workflows/InternalIssuesCreateMirror.yml index 29c999673..f4b2e0323 100644 --- a/.github/workflows/InternalIssuesCreateMirror.yml +++ b/.github/workflows/InternalIssuesCreateMirror.yml @@ -11,7 +11,7 @@ env: jobs: create_or_label_issue: - if: github.event.label.name == 'reproduced' || github.event.label.name == 'under review' + if: github.event.label.name == 'reproduced' runs-on: ubuntu-latest steps: - name: Get mirror issue number