diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml deleted file mode 100644 index 09172269..00000000 --- a/.github/workflows/codespell.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Codespell - Spellcheck - -on: - push: - branches: [main] - pull_request: - branches: [main] - -jobs: - codespell: - uses: "telekom-mms/.github/.github/workflows/codespell.yml@main" diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml deleted file mode 100644 index d586da8b..00000000 --- a/.github/workflows/galaxy.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Publish role to Ansible Galaxy - -on: - release: - types: - - published - -jobs: - deploy: - uses: telekom-mms/.github/.github/workflows/ansible-galaxy-role-publish.yml@main - secrets: - GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }} diff --git a/.github/workflows/prettier-md.yml b/.github/workflows/prettier-md.yml deleted file mode 100644 index b4fa6398..00000000 --- a/.github/workflows/prettier-md.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Prettify markdown - -on: - push: - branches: [main] - pull_request: - branches: [main] - -jobs: - codespell: - uses: "telekom-mms/.github/.github/workflows/prettier-md.yml@main" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index ead46e58..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Release - -on: - push: - branches: - - main - -jobs: - release: - uses: telekom-mms/.github/.github/workflows/release.yml@main - secrets: - GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }}