diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml deleted file mode 100644 index 56f0c9c..0000000 --- a/.github/workflows/cd.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: CD - -on: - release: - types: - - prereleased - - released - -jobs: - milestone: - if: startsWith(github.ref, 'refs/tags') - uses: ComPWA/actions/.github/workflows/close-milestone.yml@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index b1b457a..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: CI - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -env: - PYTHONHASHSEED: "0" - -on: - push: - branches: - - main - - epic/* - - "[0-9]+.[0-9]+.x" - pull_request: - branches: - - main - - epic/* - - "[0-9]+.[0-9]+.x" - workflow_dispatch: - inputs: - specific-pip-packages: - description: Run CI with specific pip packages - required: false - type: string - -jobs: - style: - if: inputs.specific-pip-packages == '' - secrets: - token: ${{ secrets.PAT }} - uses: ComPWA/actions/.github/workflows/pre-commit.yml@v1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33eebed..4b6ecaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,6 +33,7 @@ repos: - id: check-dev-files args: - --no-cspell-update + - --no-github-actions - --no-gitpod - --no-prettierrc - --no-pypi