git.delta.rocks / unique-network / refs/commits / 92207913578c

difftreelog

delete wf integration-tests

Unique2023-01-09parent: #fb2377a.patch.diff
in: master

3 files changed

deleted.docker/forkless-config/launch-config-node-update-only-v3.j2diffbeforeafterboth

no changes

modified.github/workflows/ci-develop.ymldiffbeforeafterboth
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.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.yml
44 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.yml
4848
49 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.
deleted.github/workflows/integration-tests.ymldiffbeforeafterboth

no changes