Skip to content

Commit 2b2295b

Browse files
authored
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!
1 parent 2b110d8 commit 2b2295b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818

1919
jobs:
2020
run:
21-
if: github.repository_owner == 'bombshell-dev'
2221
runs-on: ubuntu-latest
2322

2423
strategy:

0 commit comments

Comments
 (0)