We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b85ff commit caf1251Copy full SHA for caf1251
1 file changed
.github/workflows/couchdb.yml
@@ -1,15 +1,17 @@
1
-name: CouchDB Tests (Optional)
+name: CouchDB Tests (Optional) - DISABLED
2
on:
3
- push:
4
- branches-ignore:
5
- - main
6
- paths:
7
- - 'packages/react-couchdb-authentication/**'
8
- pull_request:
9
- branches:
10
11
12
+ # Workflow temporarily disabled
+ # push:
+ # branches-ignore:
+ # - main
+ # paths:
+ # - 'packages/react-couchdb-authentication/**'
+ # pull_request:
+ # branches:
13
14
+ workflow_dispatch: # Manual trigger only
15
16
jobs:
17
test:
0 commit comments