diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6b76b2..ba5b180 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,14 @@ on: types: [tag-release] jobs: + check-duplicate-runs: + name: Check Duplicate Runs + runs-on: ubuntu-latest + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name + lint: name: Lint + needs: [check-duplicate-runs] runs-on: ubuntu-latest steps: - name: Checkout @@ -30,6 +36,7 @@ jobs: test: name: Test + needs: [check-duplicate-runs] strategy: matrix: os: