1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-05 18:40:59 +00:00
forgejo-runner/act/jobparser
Earl Warren b91e041a13
fix: RunsOn in jobparser is not used by the runner but it is used by Forgejo [skip cascade] (#884)
Refs forgejo/runner#881

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- bug fixes
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/884): <!--number 884 --><!--line 0 --><!--description Zml4OiBSdW5zT24gaW4gam9icGFyc2VyIGlzIG5vdCB1c2VkIGJ5IHRoZSBydW5uZXIgYnV0IGl0IGlzIHVzZWQgYnkgRm9yZ2VqbyBbc2tpcCBjYXNjYWRlXQ==-->fix: RunsOn in jobparser is not used by the runner but it is used by Forgejo [skip cascade]<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/884
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-08-18 12:16:44 +00:00
..
testdata feat: support evaluation of concurrency clauses in runner (#827) 2025-08-07 21:47:01 +00:00
evaluator.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
interpeter.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
jobparser.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
jobparser_test.go feat: support evaluation of concurrency clauses in runner (#827) 2025-08-07 21:47:01 +00:00
model.go fix: RunsOn in jobparser is not used by the runner but it is used by Forgejo [skip cascade] (#884) 2025-08-18 12:16:44 +00:00
model_test.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
testdata_test.go chore: to allow the runner to be imported, v9 needs to be in the go module (#777) 2025-07-31 10:35:11 +00:00