mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
disabled pr checks
This commit is contained in:
parent
e8ec83a76c
commit
5524116b20
58
.github/workflows/pr-checks.yml
vendored
58
.github/workflows/pr-checks.yml
vendored
@ -1,34 +1,34 @@
|
|||||||
name: pr-checks
|
# name: pr-checks
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches: [main]
|
# branches: [pr_checks_disabled_for_now]
|
||||||
types:
|
# types:
|
||||||
- opened
|
# - opened
|
||||||
# - synchronize
|
# # - synchronize
|
||||||
- reopened
|
# - reopened
|
||||||
- edited
|
# - edited
|
||||||
- ready_for_review
|
# - ready_for_review
|
||||||
|
|
||||||
concurrency:
|
# concurrency:
|
||||||
group: pr-checks-${{ github.event.number }}
|
# group: pr-checks-${{ github.event.number }}
|
||||||
|
|
||||||
permissions:
|
# permissions:
|
||||||
contents: read
|
# contents: read
|
||||||
pull-requests: read
|
# pull-requests: read
|
||||||
checks: write
|
# checks: write
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
pr-checks:
|
# pr-checks:
|
||||||
name: pr-checks
|
# name: pr-checks
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run PR checks
|
# - name: Run PR checks
|
||||||
shell: bash
|
# shell: bash
|
||||||
env:
|
# env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PR_NUMBER: ${{ github.event.number }}
|
# PR_NUMBER: ${{ github.event.number }}
|
||||||
run: |
|
# run: |
|
||||||
python .github/scripts/pr_checks.py $PR_NUMBER
|
# python .github/scripts/pr_checks.py $PR_NUMBER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user