Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix workflow specification for JSON validator #33666

Merged
merged 1 commit into from
Aug 30, 2019

Conversation

kevingranade
Copy link
Member

Summary

SUMMARY: None

Purpose of change

The json validator workflow has only been triggering intermittently.

Describe the solution

After a closer reading of https://help.github.com/en/articles/workflow-syntax-for-github-actions, it looks like the pull_request event isn't meaningful to watch, because it does not trigger on pushes, so all I want is code pushes.
Meanwhile the code push event was filtering to only master, which is similarly incorrect.

@ZhilkinSerg ZhilkinSerg added Code: Build Issues regarding different builds and build environments Organization General development organization issues labels Aug 30, 2019
@ZhilkinSerg ZhilkinSerg merged commit b82dc0c into master Aug 30, 2019
@kevingranade kevingranade deleted the kevingranade-gh-action-valid-json branch September 9, 2019 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code: Build Issues regarding different builds and build environments Organization General development organization issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants