git.delta.rocks / unique-network / refs/commits / 61c518e5b7c1

difftreelog

Merge pull request #587 from UniqueNetwork/fix/remove-labels-from-release-CI-workflow

Yaroslav Bolyukin2022-09-14parents: #0d4bed3 #5832750.patch.diff
in: master
remove labels for relase CI workflow

3 files changed

modified.github/workflows/ci-master.ymldiffbeforeafterboth
18 uses: ./.github/workflows/node-only-update_v2.yml18 uses: ./.github/workflows/node-only-update_v2.yml
1919
20 forkless:20 forkless:
21 if: ${{ contains( github.event.pull_request.labels.*.name, 'forkless') }}
22 uses: ./.github/workflows/forkless.yml21 uses: ./.github/workflows/forkless.yml
2322
24 canary:23 canary:
25 if: ${{ contains( github.event.pull_request.labels.*.name, 'canary') }}
26 uses: ./.github/workflows/canary.yml24 uses: ./.github/workflows/canary.yml
27 secrets: inherit # pass all secrets25 secrets: inherit # pass all secrets
2826
29 xcm:27 xcm:
30 if: ${{ contains( github.event.pull_request.labels.*.name, 'xcm') }}
31 uses: ./.github/workflows/xcm.yml28 uses: ./.github/workflows/xcm.yml
32 secrets: inherit # pass all secrets29 secrets: inherit # pass all secrets
3330
deleted.github/workflows/codestyle.ymldiffbeforeafterboth

no changes

deleted.github/workflows/market-test.ymldiffbeforeafterboth

no changes