Skip to content

Commit

Permalink
disable circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 4, 2024
1 parent a25cf8e commit 5049457
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,41 @@ jobs:
fi
fi
# workflows:
# version: 2.1
# do-build:
# jobs:
# - build:
# filters:
# tags:
# only: /.*/
# - docker:
# requires:
# - build
# filters:
# tags:
# only: /^\d+\.\d+\.\d+.*/
# branches:
# ignore: /.*/

############################################################
## Disables Circle CI (Comment/Remove to re-enable CircleCI)
############################################################
workflows:
version: 2.1
do-build:
jobs:
- build:
filters:
tags:
only: /.*/
ignore: /.*/
branches:
ignore: /.*/
- docker:
requires:
- build
filters:
tags:
only: /^\d+\.\d+\.\d+.*/
ignore: /.*/
branches:
ignore: /.*/
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:

build:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5049457

Please sign in to comment.