git.delta.rocks / unique-network / refs/commits / 6a048d7eaf42

difftreelog

rename node-only-update_v3 to integration-tests

Konstantin Astakhov2022-10-21parent: #e27974f.patch.diff
in: master

3 files changed

modified.github/workflows/ci-develop.ymldiffbeforeafterboth
40 uses: ./.github/workflows/forkless.yml40 uses: ./.github/workflows/forkless.yml
41 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.yml
45 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.yml
4949
50 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.
added.github/workflows/integration-tests.ymldiffbeforeafterboth

no changes

deleted.github/workflows/node-only-update_v3.ymldiffbeforeafterboth

no changes