diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2cf3bd..0a47917 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,12 +1,6 @@ name: Tests -on: - push: - branches: - - main - pull_request: - schedule: - - cron: '0 0 * * 0' # weekly +on: push concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}