Skip to content

Commit 6f4b356

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dev_module_build.yml

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)