temporary removal of ci.yml

pull/878/head
Octavio Cano 2023-09-12 21:20:15 +09:00
rodzic 0056e6eb42
commit 94dcd5d281
1 zmienionych plików z 0 dodań i 20 usunięć

Wyświetl plik

@ -1,20 +0,0 @@
---
name: "CI"
on:
pull_request:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit.yml
test:
uses: ./.github/workflows/python.yml
needs: [pre-commit]
release:
uses: ./.github/workflows/docker-build-push.yml
secrets: inherit # pass all secrets
needs: [test]
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'