diff --git a/.github/workflows/pytest.yml b/.github/workflows/test.yml similarity index 85% rename from .github/workflows/pytest.yml rename to .github/workflows/test.yml index 20992b8..3669766 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,3 @@ jobs: - name: Run tests with pytest run: | pytest - - name: Apply validated tag - run: | - git tag validated - git push origin -f --tags