Skip to content

Commit 6b73c58

Browse files
authored
chore(ci): update ci pipeline (#136)
1 parent 56d5eb6 commit 6b73c58

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
@@ -36,7 +36,7 @@ jobs:
3636
uses: codecov/codecov-action@v4
3737
publish:
3838
needs: test
39-
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' }}
39+
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' }}
4040
runs-on: ubuntu-latest
4141
name: "supabase_functions: Bump version, create changelog and publish"
4242
environment:
@@ -73,7 +73,7 @@ jobs:
7373
github_token: ${{ secrets.GITHUB_TOKEN }}
7474
publish_legacy:
7575
needs: publish
76-
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' }}
76+
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' }}
7777
runs-on: ubuntu-latest
7878
name: "supafunc: Bump version and publish"
7979
environment:

0 commit comments

Comments
 (0)