Skip to content

Commit bb3879c

Browse files
authored
CI .meta file generation fix (#1239)
* we now also generate .meta files * added meta_file_template * CI flow change for PR to main * fixed a mistake * conditional check updated * Sync Dependencies - Auto Commit --------- Co-authored-by: rob1997 <rob1997@users.noreply.github.com>
1 parent 4d7b165 commit bb3879c

21 files changed

+73
-12
lines changed

.github/workflows/pull_request_checks_main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jobs:
5454
needs: [ pre_job ]
5555
duplicate_samples:
5656
name: Duplicate Samples 🪞
57-
if: ${{ github.event.action == 'ready_for_review' || github.event.label.name == 'ready-to-merge'}}
57+
if: ${{ (github.event.action == 'ready_for_review' || (!github.event.pull_request.draft && contains( github.event.pull_request.labels.*.name, 'ready-to-merge'))) && needs.check_commit.outputs.commit_message != 'Sync Dependencies - Auto Commit'}}
5858
uses: ChainSafe/web3.unity/.github/workflows/duplicate_samples.yaml@main
59+
needs: [ check_commit ]
5960
secrets: inherit
6061
sync_dependencies:
6162
name: Sync Dependencies 🔄
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)