We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67e605a + 15f210f commit 3db811fCopy full SHA for 3db811f
.circleci/config.yml
@@ -1661,15 +1661,15 @@ workflows:
1661
# requires:
1662
# - Build app - Windows (stage)
1663
1664
-weekly:
1665
- triggers:
1666
- - schedule:
1667
- cron: '0 0 * * 1'
1668
- filters:
1669
- branches:
1670
- only:
1671
- - main
1672
- jobs:
1673
- # Process all licenses
1674
- - licenses-check:
1675
- name: Process licenses of packages
+ weekly:
+ triggers:
+ - schedule:
+ cron: '0 0 * * 1'
+ filters:
+ branches:
+ only:
+ - main
+ jobs:
+ # Process all licenses
+ - licenses-check:
+ name: Process licenses of packages
0 commit comments