Browse Source

Only run latest for PR Rebase job (#23688)

closed-social-glitch-2
Nick Schonning 1 year ago
committed by GitHub
parent
commit
e4f37fad98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .github/workflows/rebase-needed.yml

+ 5
- 0
.github/workflows/rebase-needed.yml View File

@ -8,6 +8,11 @@ on:
jobs:
label-rebase-needed:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
steps:
- name: Check for merge conflicts
uses: eps1lon/actions-label-merge-conflict@releases/2.x

Loading…
Cancel
Save