mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #625] Issue: a strategy clause without matrix 'disables' a job #411
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#411
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 @Totktonada on GitHub (Apr 19, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/625
Originally assigned to: @catthehacker on GitHub.
Act version
I'm on Gentoo Linux (if it matters).
Expected behaviour
The job below is run when I type
~/go/bin/act(it is run on GitHub Actions).Actual behaviour
The job below does not run when I type
~/go/bin/act.Workflow
workflow
Steps to reproduce
.github/workflows/hello_world.ymlfile.~/go/bin/act.actoutputLog
Looking a bit deeper
When I remove the
strategyclause the job is run:workflow (without strategy clause)
Or, when I add `matrix clause, the job is run too:
workflow (with matrix clause)
@Totktonada commented on GitHub (May 5, 2021):
Even just warning would be useful as the temporary solution: otherwise it is unclear what is going on.
@github-actions[bot] commented on GitHub (Jun 5, 2021):
Issue is stale and will be closed in 14 days unless there is new activity