diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index cbcfa49..5497fa2 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -32,11 +32,3 @@ jobs: - name: Test with pytest run: | python -m pytest -vv tests - - release-test: - needs: [build_test] - runs-on: ubuntu-latest - steps: - - name: Checking that the above worked - run: | - echo "🎉 The job was automatically triggered by the success of build_test."