Skip to content

Commit caf1251

Browse files
committed
Disable couchdb workflow triggers
1 parent a8b85ff commit caf1251

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

.github/workflows/couchdb.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
name: CouchDB Tests (Optional)
1+
name: CouchDB Tests (Optional) - DISABLED
22
on:
3-
push:
4-
branches-ignore:
5-
- main
6-
paths:
7-
- 'packages/react-couchdb-authentication/**'
8-
pull_request:
9-
branches:
10-
- main
11-
paths:
12-
- 'packages/react-couchdb-authentication/**'
3+
# Workflow temporarily disabled
4+
# push:
5+
# branches-ignore:
6+
# - main
7+
# paths:
8+
# - 'packages/react-couchdb-authentication/**'
9+
# pull_request:
10+
# branches:
11+
# - main
12+
# paths:
13+
# - 'packages/react-couchdb-authentication/**'
14+
workflow_dispatch: # Manual trigger only
1315

1416
jobs:
1517
test:

0 commit comments

Comments
 (0)