Use the correct workflow

This commit is contained in:
Bart
2026-07-09 09:46:47 -07:00
parent dd425ffc6b
commit 599a651e9e
2 changed files with 1 additions and 1 deletions

View File

@@ -10,5 +10,4 @@ permissions:
jobs:
check_commits:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'IgnoreConflicts') }}
uses: XRPLF/actions/.github/workflows/check-pr-commits.yml@e2c7f400d1e85ae65dad552fd425169fbacca4a3

View File

@@ -14,6 +14,7 @@ permissions:
jobs:
main:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'IgnoreConflicts') }}
runs-on: ubuntu-latest
steps:
- name: Check if PRs are dirty