mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #2220] Unexpected matrix include behaviour #1045
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1045
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmount-boss on GitHub (Feb 14, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2220
Bug report info
Command used with act
Describe issue
The matrix configuration appears to be inconsistent with the documentation provided by Github here. Expected only 6 configurations, yet Act runs 7. The matrix configuration '{color: green}' should not exist according to the Github documentation.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@jaraco commented on GitHub (May 10, 2024):
I believe I've also encountered a related issue when working on pypa/setuptools#4310, whose config has a
distutilsfactor in the matrix config that is only set on one include. However, when I run this configuration withact --job test --matrix python:3.10 --matrix platform:ubuntu-latest --matrix distutils:stdlib, I get two jobs, one fordistutils:stdliband another fordistutilsbeing unset:Best I can tell, it's not possible to run just the job for
distutils:stdlibdue to this bug.act version 0.2.62I was able to temporarily work around the issue by making the
distutilsfactor explicit in the matrix for the matching value:@github-actions[bot] commented on GitHub (Mar 26, 2025):
Issue is stale and will be closed in 14 days unless there is new activity
@jaraco commented on GitHub (Apr 9, 2025):
Please re-open, the issue presumably still exists.