We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The format-check workflow has a restriction to only run on pushes to main.
To Reproduce Create a new branch, push code changes to it, notice that format-check workflow does not execute.
Expected behavior Workflow runs on all pushes
Code snips
osal/.github/workflows/format-check.yml
Lines 4 to 7 in a173f30
System observed on: Github Actions
Additional context Might be worth leveraging the reusable workflow in cFS https://github.com/nasa/cFS/blob/main/.github/workflows/format-check.yml
Reporter Info Gerardo E. Cruz-Ortiz, NASA
The text was updated successfully, but these errors were encountered:
Fixed in ba426bb
Sorry, something went wrong.
Merge pull request nasa#1229 from jphickey/fix-1164-command-filenames
3daa5fa
Fix nasa#1164, use FS file name parser for commands
Successfully merging a pull request may close this issue.
Describe the bug
The format-check workflow has a restriction to only run on pushes to main.
To Reproduce
Create a new branch, push code changes to it, notice that format-check workflow does not execute.
Expected behavior
Workflow runs on all pushes
Code snips
osal/.github/workflows/format-check.yml
Lines 4 to 7 in a173f30
System observed on:
Github Actions
Additional context
Might be worth leveraging the reusable workflow in cFS https://github.com/nasa/cFS/blob/main/.github/workflows/format-check.yml
Reporter Info
Gerardo E. Cruz-Ortiz, NASA
The text was updated successfully, but these errors were encountered: