From 6f1a8e179e3941d9c46b12395287b5a59f81d8b6 Mon Sep 17 00:00:00 2001 From: Yash Bagarka Date: Thu, 9 Nov 2023 05:24:50 +0000 Subject: [PATCH] modified the if condition for the branch build Signed-off-by: Yash Bagarka --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8be5c20debe36..2b211d1d8c979 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ concurrency: jobs: packages: runs-on: self-hosted - if: ${{ github.event.review.state == 'approved' || github.ref == 'refs/heads/eve-kernel-amd64-v6.1.38-generic' }} + if: ${{ github.event.review.state == 'approved' }} || github.ref == env.branch_name steps: - name: Get eve-kernel uses: actions/checkout@v3