Skip to content

Commit 82820e4

Browse files
authored
chore: filter deploy section by repo owner (#69)
* fix: interpolations erros and other things reported by sourcery-ai * chore: filter deploy section by repo owner
1 parent 5697d8e commit 82820e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
publish:
3030
needs: test
31-
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
31+
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
3232
runs-on: ubuntu-latest
3333
name: "Bump version, create changelog and publish"
3434
steps:

0 commit comments

Comments
 (0)