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

Checks from forks don't run #1476

Open
jhkennedy opened this issue Feb 6, 2023 · 1 comment
Open

Checks from forks don't run #1476

jhkennedy opened this issue Feb 6, 2023 · 1 comment
Labels
bug Something isn't working CI/CD Changes to CI/CD strategy

Comments

@jhkennedy
Copy link
Contributor

jhkennedy commented Feb 6, 2023

For example: #1461

Only half(?) of the changelog updated check runs on forks, and the rest of the checks don't seem to run at all. We likely just need to add

on:
  pull_request:
    types:
      - opened
      - labeled
      - unlabeled
      - synchronize

to our workflows

@jhkennedy jhkennedy added bug Something isn't working CI/CD Changes to CI/CD strategy labels Feb 6, 2023
@jhkennedy
Copy link
Contributor Author

jhkennedy commented Jun 27, 2024

Similarly, snyk fails on forks due to missing secrets:
https://github.com/ACCESS-Cloud-Based-InSAR/hyp3/actions/runs/9689319903/job/26737394391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD Changes to CI/CD strategy
Projects
None yet
Development

No branches or pull requests

1 participant