diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index bda9e68..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Create GitHub Release - -on: - # Run on demand - workflow_dispatch: - - # Run on push to main when .bumpversion.cfg version is updated - push: - branches: - - main - - master - paths: - - .bumpversion.cfg - -jobs: - release: - uses: plus3it/actions-workflows/.github/workflows/release.yml@c9c3d1193bd64bc2a9def11605608a98a3164d96 - secrets: - release-token: ${{ secrets.GH_RELEASES_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 594bf55..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Run test jobs -on: - pull_request: - -concurrency: - group: test-${{ github.head_ref || github.ref }} - cancel-in-progress: true - -jobs: - test: - uses: plus3it/actions-workflows/.github/workflows/test.yml@c9c3d1193bd64bc2a9def11605608a98a3164d96