ASFHyP3 / hyp3

A processing environment for HyP3 Plugins in AWS.
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Checks from forks don't run #1476

Open jhkennedy opened 1 year ago

jhkennedy commented 1 year ago

For example: https://github.com/ASFHyP3/hyp3/pull/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 commented 1 week ago

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