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

Enable "format check" workflow for push to all branches #297

Closed
astrogeco opened this issue Jun 17, 2021 · 1 comment
Closed

Enable "format check" workflow for push to all branches #297

astrogeco opened this issue Jun 17, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@astrogeco
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The format check workflow only runs for pull requests or for pushes to "main" so it will not run on work done in forks.

Describe the solution you'd like
Remove branch restriction for "push" trigger and add "check for duplicates" job

Describe alternatives you've considered
None

@skliper skliper added the duplicate This issue or pull request already exists label Jan 4, 2023
@skliper
Copy link
Contributor

skliper commented Jan 4, 2023

#317 switched to use the shared workflow, so this is no longer applicable.

name: Format Check
# Run on all push and pull requests
on:
push:
pull_request:
jobs:
format-check:
name: Run format check
uses: nasa/cFS/.github/workflows/format-check.yml@main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants