소스 검색

ci: Skip pre-commit on branch builds

version-14
Gavin D'souza 2 년 전
부모
커밋
d2a5b8b002
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      .github/workflows/linters.yml

+ 2
- 0
.github/workflows/linters.yml 파일 보기

@@ -55,6 +55,8 @@ jobs:
linter:
name: 'Frappe Linter'
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4


불러오는 중...
취소
저장