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 <[email protected]>
  • Loading branch information
yash-zededa committed Nov 9, 2023
1 parent 102963b commit 6f1a8e1
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-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
Expand Down

0 comments on commit 6f1a8e1

Please sign in to comment.