[READ-ONLY] Mirror of https://github.com/bombshell-dev/automation. GitHub Actions for the Bombshell organization
ci
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(run): allow run on forks (#2)

`run` was checking `if: github.repository_owner == 'bombshell-dev'`
which is good for cron jobs and expensive workflows, but makes
contributing from a fork impossible. This should fix the issue!

authored by

Nate Moore and committed by
GitHub
(Jun 23, 2025, 10:16 PM -0500) 2b2295be 2b110d83

-1
-1
.github/workflows/run.yml
··· 18 18 19 19 jobs: 20 20 run: 21 - if: github.repository_owner == 'bombshell-dev' 22 21 runs-on: ubuntu-latest 23 22 24 23 strategy: