Skip to content

Commit b82086a

Browse files
Increase CI freq to every second day (#159)
* Run CI every second day * Doc
1 parent 6602a6e commit b82086a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
description: "Pull translations from Transifex"
2525
type: boolean
2626
schedule:
27-
- cron: '0 14 * * 5'
27+
- cron: '0 14 */2 * *'
2828

2929
concurrency:
3030
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Source strings are updated using a continuous integration workflow under
2121
`.github/workflows <https://github.com/python-docs-translations/transifex-automation/tree/main/.github/workflows>`_.
2222
Details:
2323

24-
- Run weekly
24+
- Run every second day;
2525
- Run for releases in beta, release candidate, stable, bugfixes and security-fixes status; alpha or EOL are excluded;
2626
- It **DOES NOT** store translations to be used by the published documentation;
2727

0 commit comments

Comments
 (0)