Skip to content
Snippets Groups Projects
Unverified Commit e4f37fad authored by Nick Schonning's avatar Nick Schonning Committed by GitHub
Browse files

Only run latest for PR Rebase job (#23688)

parent a7db0b41
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment