Compare commits

...

2 Commits

Author SHA1 Message Date
Bart
599a651e9e Use the correct workflow 2026-07-09 09:46:47 -07:00
Bart
dd425ffc6b ci: Do not run conflict checker when label is applied 2026-07-09 09:39:00 -07:00

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