Skip to content

Commit

Permalink
fix: update ci pipeline (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Aug 2, 2024
2 parents 486f3e0 + 06de3ac commit c914dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
make tests_only
publish:
needs: test
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' }}
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' }}
runs-on: ubuntu-latest
name: "supabase_auth: Bump version, create changelog and publish"
environment:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_legacy:
needs: publish
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' }}
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' }}
runs-on: ubuntu-latest
name: "gotrue: Bump version and publish"
environment:
Expand Down

0 comments on commit c914dd3

Please sign in to comment.