runner/act
Earl Warren 765b95080b fix: runs-on is also mandatory for reusable workflows and may be needing container (#194)
If not the schema validation will fail because it will be try to validate as if not calling a reusable workflow.

```
=== RUN   TestWorkflowCallRunsOn
    schema_test.go:119:
        	Error Trace:	/home/earl-warren/software/act/pkg/schema/schema_test.go:119
        	Error:      	Received unexpected error:
        	            	Line: 10 Column 5: Failed to match job-factory: Line: 12 Column 5: Unknown Property uses
        	            	Line: 13 Column 5: Unknown Property with
        	            	Line: 15 Column 5: Unknown Property secrets
        	            	Line: 10 Column 5: Failed to match workflow-job: Line: 11 Column 5: Unknown Property runs-on
        	Test:       	TestWorkflowCallRunsOn
```

Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/194
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-07-26 12:24:41 +00:00
..
artifactcache Revert "fix: docker buildx cache restore not working" (#173) 2025-07-07 11:06:04 +00:00
artifacts chore: enable staticcheck (#196) 2025-07-26 03:55:31 +00:00
cacheproxy chore(refactor): add common.RandName to keep name generation DRY 2025-07-12 18:54:17 +02:00
common fix: sum256 the container name so derivations do not overflow (#191) 2025-07-25 09:44:25 +00:00
container chore: enable staticcheck (#196) 2025-07-26 03:55:31 +00:00
exprparser chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
filecollector chore: enable staticcheck (#196) 2025-07-26 03:55:31 +00:00
jobparser fix: jobparser: do not crash on invalid workflow_{dispatch,call} (#193) 2025-07-25 11:30:48 +00:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model fix: sum256 the container name so derivations do not overflow (#191) 2025-07-25 09:44:25 +00:00
runner fix: sanitize network aliases to be valid DNS names (part 2) (#197) 2025-07-26 11:31:05 +00:00
schema fix: runs-on is also mandatory for reusable workflows and may be needing container (#194) 2025-07-26 12:24:41 +00:00
testutils fix: image credentials for services must not override container image credentials (#181) 2025-07-15 20:55:38 +00:00
workflowpattern feat: workflowpattern package (#1618) 2023-02-23 18:21:08 +00:00