mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Only run latest for PR Rebase job (#23688)
This commit is contained in:
parent
a7db0b41cd
commit
e4f37fad98
5
.github/workflows/rebase-needed.yml
vendored
5
.github/workflows/rebase-needed.yml
vendored
@ -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…
Reference in New Issue
Block a user