From 68ff9339ab443c4b5cb459f9d620c11e46599fad Mon Sep 17 00:00:00 2001 From: Ludvig Liljenberg Date: Thu, 31 Aug 2023 16:15:08 -0700 Subject: [PATCH] change when to run Signed-off-by: Ludvig Liljenberg --- .github/workflows/porter-integration.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/porter-integration.yml b/.github/workflows/porter-integration.yml index 44af00e93..2a207136e 100644 --- a/.github/workflows/porter-integration.yml +++ b/.github/workflows/porter-integration.yml @@ -1,14 +1,21 @@ name: porter/porter-integration +# this will only run when this is on main branch apparently so use pr for now (temporary) +#on: +# issue_comment: +# types: [created, edited] on: - issue_comment: - types: [created, edited] + pull_request: + branches: + - main + paths-ignore: + - 'docs/**' env: GOVERSION: 1.20.7 jobs: Integration_test: - if: contains(github.event.comment.body, '/integration_test') +# if: contains(github.event.comment.body, '/integration_test') name: Integration Test runs-on: ubuntu-latest steps: