You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The format check and static analysis workflows only run on pushes to main or on pull requests so community users will not get the alerts on their forks.
The CodeQL workflow may run on pull requests to branches other than main
To Reproduce
Fork repo, commit new branch: format check and static analysis workflows aren't triggered.
Expected behavior
All workflows run on fork branches, even those without pull requests.
Enable format-check and static-analysis workflows to run on push to
arbitrary branches.
Enable CodeQL workflow to run on pull requests targeting arbitrary
branches.
skliper
changed the title
Workflows do not run on push to arbitrary branches
Remove workflow branch restrictions, add duplicate check, fix format check name
Oct 22, 2021
skliper
added a commit
to skliper/elf2cfetbl
that referenced
this issue
Oct 22, 2021
Describe the bug
The format check and static analysis workflows only run on pushes to main or on pull requests so community users will not get the alerts on their forks.
The CodeQL workflow may run on pull requests to branches other than
main
To Reproduce
Fork repo, commit new branch: format check and static analysis workflows aren't triggered.
Expected behavior
All workflows run on fork branches, even those without pull requests.
Code snips
elf2cfetbl/.github/workflows/format-check.yml
Lines 4 to 9 in 3eeae68
elf2cfetbl/.github/workflows/static-analysis.yml
Lines 4 to 9 in 3eeae68
elf2cfetbl/.github/workflows/codeql-build.yml
Lines 3 to 8 in 3eeae68
System observed on:
GitHub
Additional context
Should also add check-for-duplicates job to workflows after relaing the branch requirement on the push trigger
Reporter Info
Full name and company/organization if applicable
The text was updated successfully, but these errors were encountered: