Skip to content

Commit

Permalink
start CI jobs every 12h and run with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Jan 7, 2025
1 parent 2941dab commit e424547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- master
schedule:
- cron: "0 */6 * * *"
- cron: "0 */12 * * *"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '3.10'
- '3.12'
singularity-version:
- '3.8.3'
steps:
Expand Down

0 comments on commit e424547

Please sign in to comment.