Skip to content

Commit c284ce3

Browse files
authored
chore: test unpinned dayly
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 6392906 commit c284ce3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ name: Python CI
2222
on:
2323
workflow_dispatch:
2424
pull_request:
25-
branches-ignore: ['dependabot/**']
2625
push:
27-
tags: [ 'v*.*.*' ] # run again on release tags to have tools mark them
28-
branches: [ 'main' ]
26+
tags: [ 'v*' ] # run again on release tags to have tools mark them
27+
branches: [ 'main', 'next' ]
28+
schedule:
29+
# schedule daily tests, since some dependencies are not intended to be pinned
30+
# this means: at 23:42 every day
31+
- cron: '42 23 * * *'
2932

3033
concurrency:
3134
group: '${{ github.workflow }}-${{ github.ref }}'

0 commit comments

Comments
 (0)