Skip to content

Conversation

@JamesonRGrieve
Copy link
Owner

  • Changed runs_on input type to accept JSON array string
  • Updated default values:
    • Test workflows (test-py-lint, gh-test-downstream): ["self-hosted", "multithreaded"]
    • Other workflows: ["self-hosted", "singlethreaded"]
    • sync-meta: ["ubuntu-latest"] (GitHub-hosted runner)
  • Updated job runs-on to use fromJSON(inputs.runs_on) to parse array
  • Fixed hardcoded runs-on in test-py-lint.yml to use the input

- Changed runs_on input type to accept JSON array string
- Updated default values:
  - Test workflows (test-py-lint, gh-test-downstream): ["self-hosted", "multithreaded"]
  - Other workflows: ["self-hosted", "singlethreaded"]
  - sync-meta: ["ubuntu-latest"] (GitHub-hosted runner)
- Updated job runs-on to use fromJSON(inputs.runs_on) to parse array
- Fixed hardcoded runs-on in test-py-lint.yml to use the input
@JamesonRGrieve JamesonRGrieve merged commit 303cee7 into main Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants