difftreelog
rename node-only-update_v3 to integration-tests
in: master
3 files changed
.github/workflows/ci-develop.ymldiffbeforeafterboth40 uses: ./.github/workflows/forkless.yml40 uses: ./.github/workflows/forkless.yml41 41 42 node-only-update:42 node-only-update:43 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'forkless')) }} # Conditional check for draft & labels per job.43 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'node-only-update')) }} # Conditional check for draft & labels per job.44 uses: ./.github/workflows/node-only-update_v2.yml44 uses: ./.github/workflows/node-only-update_v2.yml45 45 46 parallel_and_sequential_tests:46 parallel_and_sequential_tests:47 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'para')) }} # Conditional check for draft & labels per job.47 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'integration')) }} # Conditional check for draft & labels per job.48 uses: ./.github/workflows/node-only-update_v3.yml48 uses: ./.github/workflows/integration-tests.yml494950 codestyle:50 codestyle:51 if: github.event.pull_request.draft == false # Conditional check for draft per job.51 if: github.event.pull_request.draft == false # Conditional check for draft per job..github/workflows/integration-tests.ymldiffbeforeafterbothno changes
.github/workflows/node-only-update_v3.ymldiffbeforeafterbothno changes