Skip to content

Commit

Permalink
Run CI on schedule and YAML changes (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcoe authored Jan 2, 2025
1 parent cadd2c1 commit b2059a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- LICENSE.txt
- .pre-commit-config.yaml
- '**/*.md'
- '**/*.yml'
pull_request:
branches: [main]
paths-ignore:
Expand All @@ -20,7 +19,6 @@ on:
- LICENSE.txt
- .pre-commit-config.yaml
- '**/*.md'
- '**/*.yml'
jobs:
build:
name: ${{ matrix.settings.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Code Coverage

on:
schedule:
- cron: "0 1 * * *"
push:
branches: [main]
paths-ignore:
Expand All @@ -9,7 +11,6 @@ on:
- LICENSE.txt
- .pre-commit-config.yaml
- '**/*.md'
- '**/*.yml'
pull_request:
branches: [main]
paths-ignore:
Expand All @@ -18,7 +19,6 @@ on:
- LICENSE.txt
- .pre-commit-config.yaml
- '**/*.md'
- '**/*.yml'

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit b2059a8

Please sign in to comment.