Skip to content

Commit 3316cba

Browse files
niladrihKiran Mova
authored andcommitted
Avoid running localpv-e2e builds on release creation
Signed-off-by: Niladri Halder <[email protected]>
1 parent bef4597 commit 3316cba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ jobs:
205205
make integration-test
206206
207207
localpv-e2e:
208+
# to ignore builds on release AND build only if the branch is develop
209+
if: ${{ (github.event.ref_type != 'tag') && (github.ref == 'refs/heads/develop') }}
208210
runs-on: ubuntu-latest
209211
steps:
210212
- name: Checkout

0 commit comments

Comments
 (0)