diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 207022a..961b747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ permissions: jobs: test: - name: Pre-commit Tests runs-on: ubuntu-latest container: image: ghcr.io/makeitworkcloud/tfroot-runner:latest @@ -29,7 +28,6 @@ jobs: run: make test release: - name: Create Release runs-on: ubuntu-latest needs: [test] if: startsWith(github.ref, 'refs/tags/v')