From ed7458ffb6d42bc8532ba2f27ba483dd9ac6278c Mon Sep 17 00:00:00 2001 From: Glenruben Larsen Date: Wed, 23 Oct 2024 10:17:29 +0200 Subject: [PATCH] remove branch name test, need to trigger PR close on develop --- .github/workflows/deploy_nais.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_nais.yaml b/.github/workflows/deploy_nais.yaml index 238c85e49..89314732a 100644 --- a/.github/workflows/deploy_nais.yaml +++ b/.github/workflows/deploy_nais.yaml @@ -13,7 +13,7 @@ jobs: build_xp: name: 'Build XP jar' runs-on: 'ubuntu-latest' - if: (startsWith(github.head_ref, 'MIM-') || startsWith(github.head_ref, 'mim-') && github.event.label.name == 'nais' && contains(fromJSON('["annesiri", "ssb-cgn", "Glenruben", "johnnadeluy", "Carl-OW", "michaelpande"]'), github.actor)) + if: (github.event.label.name == 'nais' && contains(fromJSON('["annesiri", "ssb-cgn", "Glenruben", "johnnadeluy", "Carl-OW", "michaelpande"]'), github.actor)) steps: - id: build_app uses: enonic/release-tools/build-and-publish@master