From 262de5e923d1d11df41dea0585a1b63c22bc8960 Mon Sep 17 00:00:00 2001 From: Troy Connor Date: Fri, 2 Feb 2024 11:18:35 -0500 Subject: [PATCH] ix indent in porter-int-yaml (#2974) fix indent in porter-int-yaml Signed-off-by: Troy Connor --- .github/workflows/porter-integration.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/porter-integration.yml b/.github/workflows/porter-integration.yml index df4e0f5b7..7a177e2f3 100644 --- a/.github/workflows/porter-integration.yml +++ b/.github/workflows/porter-integration.yml @@ -6,16 +6,15 @@ name: porter/porter-integration on: pull_request: branches: - - main + - main paths-ignore: - - 'docs/**' + - 'docs/**' env: GOVERSION: 1.20.7 jobs: Integration_test: -# if: contains(github.event.comment.body, '/integration_test') name: Integration Test runs-on: ubuntu-latest steps: