only run tests if there are changes to go files
All checks were successful
Generate check / check-generate (push) Has been skipped
Generate check / check-generate (pull_request) Has been skipped
Tests / tests (pull_request) Has been skipped

This commit is contained in:
2025-11-14 16:37:34 +00:00
parent 9ae1e959e9
commit 7709023ef4

View File

@@ -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