From 39668376196c0c73afcb66ee5edc6d3b2ee8f002 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Tue, 8 Mar 2022 15:59:42 -0500 Subject: [PATCH] Trigger integration tests on PRs only (#94) --- .github/workflows/integration-test.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 43d0fc4e..b6d95f1c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,14 +1,10 @@ name: Integration tests -on: - pull_request: {} - push: - paths-ignore: - - '*.md' - - '**/*.md' - branches: - - main + +on: [pull_request] + permissions: contents: read + env: DOCKER_REGISTRY: ghcr.io/linkerd ARCHIVES: /home/runner/archives