Commit d93680c
Shlok
ci: skip Supabase cache update on forks
Forks don't inherit SUPABASE_URL / SUPABASE_SERVICE_KEY secrets, so the
update-cache job was failing on every push to a fork's main branch.
Add a github.repository check so only the canonical upstream repo runs
the cache update; the pytest validate job still runs everywhere as a
sanity check.1 parent 04aa98d commit d93680c
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
0 commit comments