Skip to content

Commit 3db811f

Browse files
Merge pull request #2684 from RedisInsight/fix/dependencies_update
fix update dependencies
2 parents 67e605a + 15f210f commit 3db811f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,15 +1661,15 @@ workflows:
16611661
# requires:
16621662
# - Build app - Windows (stage)
16631663

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
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

0 commit comments

Comments
 (0)