Skip to content

Commit

Permalink
chore(ci): update ci pipeline (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Aug 2, 2024
1 parent 34fa0bb commit d6dc541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: codecov/codecov-action@v4
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: "Bump version, create changelog and publish"
environment:
Expand Down

0 comments on commit d6dc541

Please sign in to comment.