Skip to content

Commit

Permalink
run daily in morning, allow parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Sep 11, 2023
1 parent 2997d57 commit 4d9a0db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ on:
pull_request:
push:
schedule:
- cron: '0 0 * * *'
- cron: '53 21 * * *' # AEST 7:53 am
jobs:
nix:
strategy:
max-parallel: 1
matrix:
pkg: [aslp, bap-aslp, basil, bap-uq-pac]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d9a0db

Please sign in to comment.