From aed78a00bcdc3f9ca035c577c2eb026cacab957d Mon Sep 17 00:00:00 2001 From: Volodymyr Manilo Date: Mon, 11 Dec 2023 21:33:53 +0100 Subject: [PATCH] remove feature branch --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dca491f7..ee1bfee8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ on: pull_request: branches: - main - - feature/add-is_active-attribute-to-twingate_resource paths-ignore: - 'README.md' @@ -16,7 +15,6 @@ on: - 'README.md' branches: - main - - feature/add-is_active-attribute-to-twingate_resource # Ensures only 1 action runs per PR and previous is canceled on new trigger concurrency: @@ -120,7 +118,7 @@ jobs: name: Matrix Acceptance Tests needs: build runs-on: ubuntu-latest -# if: "!github.event.pull_request.head.repo.fork" + if: "!github.event.pull_request.head.repo.fork" timeout-minutes: 15 strategy: fail-fast: false @@ -171,7 +169,7 @@ jobs: cleanup: name: Cleanup -# if: "!github.event.pull_request.head.repo.fork" + if: "!github.event.pull_request.head.repo.fork" needs: tests-acceptance runs-on: ubuntu-latest timeout-minutes: 15