Skip to content

Commit

Permalink
modified the if condition for the branch build
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Bagarka <yash@zededa.com>
(cherry picked from commit b9d5206)
Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
  • Loading branch information
yash-zededa authored and rucoder committed Nov 28, 2023
1 parent 42f87a1 commit 0a65b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
packages:
runs-on: self-hosted
if: ${{ github.event.review.state == 'approved' || github.ref == 'refs/heads/eve-kernel-arm64-v5.10.104-nvidia' }}
if: ${{ github.event.review.state == 'approved' }} || github.ref == env.branch_name
steps:
- name: Get eve-kernel
uses: actions/checkout@v3
Expand Down

0 comments on commit 0a65b40

Please sign in to comment.