diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 7a36fca..585e4af 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -7,6 +7,7 @@ on: jobs: tests: runs-on: ubuntu-latest + if: contains(github.event.pull_request.changed_files, '*.go') steps: - name: Checkout code uses: actions/checkout@v3