diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index be455a168a2..16e00f6d094 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -13,7 +13,7 @@ on: - milestoned - demilestoned concurrency: - group: pr-checks-${{ github.event.issue.number }} + group: pr-checks-${{ github.event.number }} jobs: main: runs-on: ubuntu-latest diff --git a/.github/workflows/pr-commands-closed.yml b/.github/workflows/pr-commands-closed.yml index 0f0067450be..76719c6c009 100644 --- a/.github/workflows/pr-commands-closed.yml +++ b/.github/workflows/pr-commands-closed.yml @@ -4,7 +4,7 @@ on: types: - closed concurrency: - group: pr-commands-closed-${{ github.event.issue.number }} + group: pr-commands-closed-${{ github.event.number }} jobs: close_job: # this job will only run if the PR has been closed without being merged diff --git a/.github/workflows/pr-commands.yml b/.github/workflows/pr-commands.yml index 523628e545d..7f47cfd8e92 100644 --- a/.github/workflows/pr-commands.yml +++ b/.github/workflows/pr-commands.yml @@ -5,7 +5,7 @@ on: - opened - synchronize concurrency: - group: pr-commands-${{ github.event.issue.number }} + group: pr-commands-${{ github.event.number }} jobs: main: runs-on: ubuntu-latest