forgejo-runner-act/pkg/jobparser
sillyguodong 518d8c96f3 Keep the order of on when parsing workflow (#46)
Keep the order of `on` when parsing workflow, and fix the occasional unit test failure of `actions` like https://gitea.com/gitea/act/actions/runs/68

Co-authored-by: Jason Song <i@wolfogre.com>
Reviewed-on: https://gitea.com/gitea/act/pulls/46
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
2023-04-24 23:16:41 +08:00
..
testdata Remove empty steps when decoding Job (#49) 2023-04-21 20:21:15 +08:00
evaluator.go Add custom enhancements 2022-11-22 14:16:35 +08:00
interpeter.go Support configuration variables (#43) 2023-04-19 15:22:56 +08:00
jobparser.go Avoid using log.Fatal in pkg/* (#39) 2023-04-07 16:31:03 +08:00
jobparser_test.go Remove empty steps when decoding Job (#49) 2023-04-21 20:21:15 +08:00
model.go Keep the order of on when parsing workflow (#46) 2023-04-24 23:16:41 +08:00
model_test.go Keep the order of on when parsing workflow (#46) 2023-04-24 23:16:41 +08:00
testdata_test.go Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00