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

Some GitHub Actions workflows not running in some branches and forks #205

Closed
astrogeco opened this issue Mar 2, 2021 · 0 comments · Fixed by #224 or #227
Closed

Some GitHub Actions workflows not running in some branches and forks #205

astrogeco opened this issue Mar 2, 2021 · 0 comments · Fixed by #224 or #227

Comments

@astrogeco
Copy link
Contributor

Describe the bug
Workflows only run in the main branch of a forked repo for submodules (and maybe the bundle as well)

To Reproduce

  1. Create a new branch in nasa repo or fork
  2. Push a change to the branch
  3. Observe GitHub Action Workflow dashboard and notice that workflows DO NOT run for your new branch

Expected behavior
Workflows should run for branches in forks and in nasa repo

Code snips
Probably due to this section in our workflows

on:
  push:
    branches:
      - main
  pull_request:

System observed on:
Ubuntu 18.04 (github workflows runner)

Additional context
Can be worked around by creating a pull request on your fork that targets the branch you're working on

Reporter Info
Full name and company/organization if applicable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant