Skip to content

Commit 565e768

Browse files
authored
fix(ci): do not run set_e2e_requirement_status on unlabeled (#946)
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent 54bed71 commit 565e768

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dev_module_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ jobs:
387387
needs:
388388
- pull_request_info
389389
runs-on: ubuntu-latest
390+
if: ${{ github.event.action != 'unlabeled' }}
390391
steps:
391392
- name: Checkout sources
392393
uses: actions/checkout@v3.5.2
@@ -573,6 +574,7 @@ jobs:
573574
- set_e2e_requirement_status
574575
- set_vars
575576
- run_e2e
577+
- update_comment_on_finish
576578
steps:
577579
- name: Remove label
578580
id: remove-label

0 commit comments

Comments
 (0)