mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 22:39:26 +00:00
Refactor PR checks workflow to skip sync events
This commit is contained in:
9
.github/workflows/pr-checks.yml
vendored
9
.github/workflows/pr-checks.yml
vendored
@@ -3,7 +3,12 @@ name: pr-checks
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [opened, synchronize, reopened, edited, ready_for_review]
|
||||
types:
|
||||
- opened
|
||||
# - synchronize
|
||||
- reopened
|
||||
- edited
|
||||
- ready_for_review
|
||||
|
||||
concurrency:
|
||||
group: pr-checks-${{ github.event.number }}
|
||||
@@ -26,4 +31,4 @@ jobs:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
run: |
|
||||
python .github/scripts/pr_checks.py $PR_NUMBER
|
||||
python .github/scripts/pr_checks.py $PR_NUMBER
|
||||
|
Reference in New Issue
Block a user