Ver a proveniência

ci: Skip pre-commit on branch builds

version-14
Gavin D'souza há 2 anos
ascendente
cometimento
d2a5b8b002
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      .github/workflows/linters.yml

+ 2
- 0
.github/workflows/linters.yml Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar