Merge pull request #17 from Magnus167/pr_checks_wkflow

Refactor PR checks workflow to skip sync events
This commit is contained in:
2025-04-24 18:17:06 +01:00
committed by GitHub

View File

@@ -3,7 +3,13 @@ name: pr-checks
on: on:
pull_request: pull_request:
branches: [main] branches: [main]
types: [opened, synchronize, reopened, edited, ready_for_review] types:
- opened
# - synchronize
# disable to save resources
- reopened
- edited
- ready_for_review
concurrency: concurrency:
group: pr-checks-${{ github.event.number }} group: pr-checks-${{ github.event.number }}