Skip to content

ci-tests: guard trigger paths miss .github/workflows/aeon.yml #1028

Description

@aaronjmars

Follow-up from #1026.

That PR added a pyyaml regression guard measuring the templated Run step in .github/workflows/aeon.yml against the 21000-char GitHub expression limit. But the ci-tests trigger on.pull_request.paths / on.push.paths only list the root aeon.yml (the config file), not .github/workflows/aeon.yml.

Result: a workflow-only edit to the Run block (the exact regression this guards against) will not fire the guard unless the PR also touches scripts/** / bin/** / adapters.

Fix: add .github/workflows/aeon.yml to both path lists in ci-tests.yml.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions