Skip to content

Commit

Permalink
FIO-7146: disable circleci jobs (#5360)
Browse files Browse the repository at this point in the history
* Will not run jobs on circleci

* testing just commenting out

* Disables circle ci
  • Loading branch information
ryanformio authored Jan 31, 2024
1 parent 5bf7649 commit 28a85e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -19,3 +19,15 @@ jobs:
command: npm test
- store_artifacts:
path: test-results.xml

#########################################################
## Disables Config (Comment/Remove to re-enable CircleCI)
#########################################################
workflows:
version: 2
build-and-test:
jobs:
- build:
filters:
branches:
ignore: /.*/

0 comments on commit 28a85e8

Please sign in to comment.