Skip to content

Commit 3756b5e

Browse files
authored
chore: test unpinned daily
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e9020f0 commit 3756b5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/python.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: Python CI
44

55
on:
66
push:
7-
branches: ["main"]
7+
branches: ["main", "next"]
8+
tags: [ 'v*' ]
89
pull_request:
9-
branches-ignore: ['dependabot/**']
1010
workflow_dispatch:
1111
schedule:
12-
# schedule weekly tests, since some dependencies are not intended to be pinned
13-
# this means: at 23:42 on Fridays
14-
- cron: '42 23 * * 5'
12+
# schedule daily tests, since some dependencies are not intended to be pinned
13+
# this means: at 23:42 every day
14+
- cron: '42 23 * * *'
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)