diff --git a/.github/workflows/eden.yml b/.github/workflows/eden.yml index db83d6893d..35827cbfa4 100644 --- a/.github/workflows/eden.yml +++ b/.github/workflows/eden.yml @@ -1,17 +1,11 @@ --- name: Eden on: # yamllint disable-line rule:truthy - push: + pull_request: branches: - "master" - "[0-9]+.[0-9]+" - "[0-9]+.[0-9]+-stable" - paths-ignore: - - 'docs/**' - pull_request_review: - types: [submitted] - paths-ignore: - - 'docs/**' jobs: integration: @@ -22,7 +16,6 @@ jobs: matrix: tpm: ["true", "false"] fs: ["zfs", "ext4"] - if: ${{ github.event.review.state == 'approved' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }} steps: - name: Check run: |