Skip to content

Commit

Permalink
Merge branch 'main' into docs-conflate
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Oct 2, 2024
2 parents 3131577 + bb308d5 commit 3336c54
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-heavy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ defaults:
shell: bash

on:
push:
# Runs when a commit is pushed to the main branch
branches:
- main
merge_group:
# Runs in a merge group
types: [checks_requested]
schedule:
# Run every Sunday at midnight
- cron: "0 0 * * 0"
# Run every day at midnight
- cron: "0 0 * * *"

jobs:
fmt:
Expand Down

0 comments on commit 3336c54

Please sign in to comment.