Refactor PR checks workflow to skip sync events

This commit is contained in:
Palash Tyagi 2025-04-24 18:12:31 +01:00
parent af74682db5
commit 9f5e076a7a

View File

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