diff --git a/.gitea/workflows/pull-request-open.yml b/.gitea/workflows/pull-request-open.yml index 5037893..264c8d0 100644 --- a/.gitea/workflows/pull-request-open.yml +++ b/.gitea/workflows/pull-request-open.yml @@ -36,6 +36,7 @@ jobs: run-tests: name: Run tests runs-on: ubuntu-latest + needs: commit-history-check steps: - name: Checkout uses: actions/checkout@v4