We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dfb3c commit e637066Copy full SHA for e637066
.github/workflows/ci-default.yml
@@ -165,5 +165,6 @@ jobs:
165
166
- name: Test (Node)
167
run: pnpm test
168
+ if: github.repository_owner != 'opensource-observer'
169
if: ${{ always() && matrix.component == 'node' }}
170
#if: ${{ always() && steps.supabase.conclusion == 'success' && matrix.component == 'node' }}
0 commit comments