We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bed71 commit 565e768Copy full SHA for 565e768
1 file changed
.github/workflows/dev_module_build.yml
@@ -387,6 +387,7 @@ jobs:
387
needs:
388
- pull_request_info
389
runs-on: ubuntu-latest
390
+ if: ${{ github.event.action != 'unlabeled' }}
391
steps:
392
- name: Checkout sources
393
uses: actions/checkout@v3.5.2
@@ -573,6 +574,7 @@ jobs:
573
574
- set_e2e_requirement_status
575
- set_vars
576
- run_e2e
577
+ - update_comment_on_finish
578
579
- name: Remove label
580
id: remove-label
0 commit comments