Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:
branches:
- main
schedule:
# At 07:00 UTC on Monday and Thursday.
- cron: "0 7 * * *"
- cron: "0 4 * * *"
workflow_dispatch:
release:
types:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
name: "Package Install Tests"
name: "Daily package install tests."
on:
push:
branches:
- main
paths-ignore:
- "docs/*"

workflow_dispatch:
schedule:
# At 07:00 UTC on Monday and Thursday.
- cron: "0 7 * * *"
# At 03:00 UTC daily
- cron: "0 3 * * *"

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand All @@ -22,7 +16,7 @@ defaults:
jobs:
package-tests:
runs-on: ubuntu-latest
name: "package install tests"
name: "main branch long tests"
steps:
- uses: actions/checkout@v4

Expand Down
Loading