Skip to content

Commit

Permalink
chore: test unpinned daily
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Oct 25, 2024
1 parent e9020f0 commit 3756b5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ name: Python CI

on:
push:
branches: ["main"]
branches: ["main", "next"]
tags: [ 'v*' ]
pull_request:
branches-ignore: ['dependabot/**']
workflow_dispatch:
schedule:
# schedule weekly tests, since some dependencies are not intended to be pinned
# this means: at 23:42 on Fridays
- cron: '42 23 * * 5'
# schedule daily tests, since some dependencies are not intended to be pinned
# this means: at 23:42 every day
- cron: '42 23 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 3756b5e

Please sign in to comment.