Skip to content

Commit 9ca6e41

Browse files
authored
chore: reduce workflows usage (#505)
1 parent ffecd00 commit 9ca6e41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/all_url_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: all_url_check
88
- master
99
pull_request:
1010
schedule:
11-
- cron: '0 5,13 * * *'
11+
- cron: '0 5,13 * * 3,6'
1212

1313
jobs:
1414
run_lychee:

.github/workflows/pip_audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: pip_audit
88
- master
99
pull_request:
1010
schedule:
11-
- cron: '10 2 * * 1,3'
11+
- cron: '10 2 * * 1'
1212

1313
jobs:
1414
pip_audit:

.github/workflows/python_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: python_test
88
- master
99
pull_request:
1010
schedule:
11-
- cron: '25 0 * * 2,5'
11+
- cron: '25 0 * * 2'
1212

1313
jobs:
1414
python_test:
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os:
2020
- ubuntu-22.04
21-
python-version: ['3.10', 3.11]
21+
python-version: [3.11]
2222

2323
steps:
2424
- name: Checkout

0 commit comments

Comments
 (0)