diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7314f628..d15a29873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,24 +1,24 @@ name: Continuous integration -on: - push: - branches: - - main - paths-ignore: - - '**.md' - - 'CITATION.cff' - - 'LICENSE' - - '.gitignore' - - 'docs/**' - pull_request: - branches: - - main - paths-ignore: - - '**.md' - - 'CITATION.cff' - - 'LICENSE' - - '.gitignore' - - 'docs/**' +# on: +# push: +# branches: +# - main +# paths-ignore: +# - '**.md' +# - 'CITATION.cff' +# - 'LICENSE' +# - '.gitignore' +# - 'docs/**' +# pull_request: +# branches: +# - main +# paths-ignore: +# - '**.md' +# - 'CITATION.cff' +# - 'LICENSE' +# - '.gitignore' +# - 'docs/**' workflow_dispatch: inputs: manual_revision_reference: diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index ec1a77360..517044b1f 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -84,4 +84,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }}-test labels: ${{ steps.meta.outputs.labels }} file: Dockerfile.test - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64 \ No newline at end of file diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f336b13ba..e21b1b451 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - main + - main-remove-action jobs: deploy: runs-on: ubuntu-latest