Skip to content

Commit 97fb68e

Browse files
committed
fix: config
1 parent da46b54 commit 97fb68e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.circleci/config_continue.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ orbs:
55
slack: circleci/[email protected]
66
jq: circleci/[email protected]
77
jobs:
8-
test-dev-tag-as-not-passed:
9-
docker:
10-
- image: rishabhpoddar/supertokens_python_driver_testing
11-
steps:
12-
- checkout
13-
- run: (cd .circleci/ && ./markDevTagAsTestNotPassed.sh)
8+
# test-dev-tag-as-not-passed:
9+
# docker:
10+
# - image: rishabhpoddar/supertokens_python_driver_testing
11+
# steps:
12+
# - checkout
13+
# - run: (cd .circleci/ && ./markDevTagAsTestNotPassed.sh)
1414
test-unit:
1515
docker:
1616
- image: python:<< parameters.python-version >>
@@ -321,15 +321,15 @@ workflows:
321321
version: 2
322322
tagged-build:
323323
jobs:
324-
- test-dev-tag-as-not-passed:
325-
filters:
326-
tags:
327-
only: /dev-v[0-9]+(\.[0-9]+)*/
328-
branches:
329-
only: /test-cicd\/.*/
324+
# - test-dev-tag-as-not-passed:
325+
# filters:
326+
# tags:
327+
# only: /dev-v[0-9]+(\.[0-9]+)*/
328+
# branches:
329+
# only: /test-cicd\/.*/
330330
- test-unit:
331-
requires:
332-
- test-dev-tag-as-not-passed
331+
# requires:
332+
# - test-dev-tag-as-not-passed
333333
context:
334334
- slack-notification
335335
filters:

0 commit comments

Comments
 (0)