Skip to content

Commit 3824887

Browse files
committed
fix(release): temp disable tests to test release
1 parent d572434 commit 3824887

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/main-ci-release.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,10 @@ env:
1212
NODE_VERSION: '20'
1313

1414
jobs:
15-
ci-core:
16-
name: Core Packages CI
17-
uses: ./.github/workflows/ci-core.yml
18-
permissions:
19-
actions: read
20-
contents: read
21-
22-
ci-supabase-js:
23-
name: Supabase-JS Integration CI
24-
uses: ./.github/workflows/ci-supabase-js.yml
25-
permissions:
26-
actions: read
27-
contents: read
28-
29-
ci-auth-js-node18:
30-
name: Auth-JS Node.js 18 Compatibility
31-
uses: ./.github/workflows/ci-auth-js-node18.yml
32-
permissions:
33-
actions: read
34-
contents: read
35-
36-
# ==========================================
37-
# CANARY RELEASE (only on main, after all CI passes)
38-
# ==========================================
39-
4015
release-canary:
4116
name: Release Canary
4217
runs-on: ubuntu-latest
43-
needs: [ci-core, ci-supabase-js, ci-auth-js-node18]
4418
# Only run on main branch pushes, and only if all CI jobs succeeded
45-
if: |
46-
github.ref == 'refs/heads/main' &&
47-
github.event_name == 'push'
48-
&&
49-
needs.ci-core.result == 'success' &&
50-
needs.ci-supabase-js.result == 'success' &&
51-
needs.ci-auth-js-node18.result == 'success'
5219
steps:
5320
- name: Generate token
5421
id: app-token

0 commit comments

Comments
 (0)