diff --git a/.github/workflows/backport_issue_check.yml b/.github/workflows/backport_issue_check.yml index 95175ecf1bbf18..ecaaf352827b42 100644 --- a/.github/workflows/backport_issue_check.yml +++ b/.github/workflows/backport_issue_check.yml @@ -2,12 +2,20 @@ name: Backport Issue Check on: pull_request_target: + types: + - edited + - opened + - reopened + - synchronize branches: - v*-branch jobs: backport: name: Backport Issue Check + concurrency: + group: backport-issue-check-${{ github.ref }} + cancel-in-progress: true runs-on: ubuntu-22.04 if: github.repository == 'zephyrproject-rtos/zephyr' diff --git a/scripts/ci/twister_ignore.txt b/scripts/ci/twister_ignore.txt index 957031a8c406a7..bfc2d66c49e2dc 100644 --- a/scripts/ci/twister_ignore.txt +++ b/scripts/ci/twister_ignore.txt @@ -23,6 +23,7 @@ .github/workflows/stale-workflow-queue-cleanup.yml .github/workflows/greet_first_time_contributor.yml .github/workflows/issues-report-config.json +.github/workflows/backport_issue_check.yml CODEOWNERS MAINTAINERS.yml LICENSE