Skip to content
Discussion options

You must be logged in to vote

Why are you starting this discussion?

Question

What GitHub Actions topic or product is this about?

Workflow Configuration

Discussion Details

I recently discovered one of my workflows has not been running at all for some time, because I made a typo and wrote run mypy instead of run: mypy. This caused the entire workflow YAML file to be invalid, but instead of treating it as a blocker, the workflow was silently skipped alongside all other jobs from the same file. It was not until I noticed it missing on the checks list several PRs later and went to the PR checks tab that I saw the underlying issue.

Is there some repo setting where I can treat such workflow parsing errors as merge blockers …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@dkaszews
Comment options

Answer selected by dkaszews
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage inactive This discussion has been automatically marked as inactive. This was formerly labeled stale. Workflow Configuration Topics about workflow files, YAML setup, job dependencies, and general workflow configuration issues
2 participants