Skip to content

Commit

Permalink
chore(repo): disable scheduled-packages-release
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Jun 22, 2023
1 parent 6f392d2 commit 39a341c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,29 +349,3 @@ workflows:
filters: *release-tag-filter
requires:
- upload-artifacts

scheduled-packages-release:
triggers:
- schedule:
cron: "0 12 * * 1-5"
filters: *default-branch-filter
jobs:
- lint
- test-node:
matrix:
parameters:
node-version: *node-versions
requires:
- lint
- test-windows:
requires:
- lint
- test-browser:
requires:
- lint
- release:
requires:
- lint
- test-node
- test-windows
- test-browser

0 comments on commit 39a341c

Please sign in to comment.