difftreelog
delete wf integration-tests
in: master
3 files changed
.docker/forkless-config/launch-config-node-update-only-v3.j2diffbeforeafterbothno changes
.github/workflows/ci-develop.ymldiffbeforeafterboth42 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'node-only-update')) }} # Conditional check for draft & labels per job.42 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'node-only-update')) }} # Conditional check for draft & labels per job.43 uses: ./.github/workflows/node-only-update.yml43 uses: ./.github/workflows/node-only-update.yml44 44 45 integration:45 # integration:46 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'integration')) }} # Conditional check for draft & labels per job.46 # if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'integration')) }} # Conditional check for draft & labels per job.47 uses: ./.github/workflows/integration-tests.yml47 # uses: ./.github/workflows/integration-tests.yml484849 codestyle:49 codestyle:50 if: github.event.pull_request.draft == false # Conditional check for draft per job.50 if: github.event.pull_request.draft == false # Conditional check for draft per job..github/workflows/integration-tests.ymldiffbeforeafterbothno changes