Browse Source

Only run latest for PR Rebase job (#23688)

lets-bump-hometown-to-mastodon-4.2
Nick Schonning 3 years ago committed by GitHub
parent
commit
e4f37fad98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/rebase-needed.yml

5
.github/workflows/rebase-needed.yml

@ -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