Skip to content

Commit c914dd3

Browse files
authored
fix: update ci pipeline (#559)
2 parents 486f3e0 + 06de3ac commit c914dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
make tests_only
4242
publish:
4343
needs: test
44-
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.repository_owner == 'supabase-community' }}
44+
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.repository_owner == 'supabase' }}
4545
runs-on: ubuntu-latest
4646
name: "supabase_auth: Bump version, create changelog and publish"
4747
environment:
@@ -79,7 +79,7 @@ jobs:
7979
github_token: ${{ secrets.GITHUB_TOKEN }}
8080
publish_legacy:
8181
needs: publish
82-
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.repository_owner == 'supabase-community' }}
82+
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.repository_owner == 'supabase' }}
8383
runs-on: ubuntu-latest
8484
name: "gotrue: Bump version and publish"
8585
environment:

0 commit comments

Comments
 (0)