diff --git a/.github/scripts/merge_all.py b/.github/scripts/aggregate_signals.py similarity index 100% rename from .github/scripts/merge_all.py rename to .github/scripts/aggregate_signals.py diff --git a/.github/workflows/aggregate_signals.yml b/.github/workflows/aggregate_signals.yml index c64e802..f0b2c76 100644 --- a/.github/workflows/aggregate_signals.yml +++ b/.github/workflows/aggregate_signals.yml @@ -22,7 +22,7 @@ jobs: pip install pyyaml - name: Aggregate Signals - run: python .github/scripts/merge_all.py ./signals ./registry + run: python .github/scripts/aggregate_signals.py ./signals ./registry - name: Cache Rust-Script uses: actions/cache@v4