Skip to content

Commit

Permalink
ci: remove scheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 21, 2021
1 parent 0ce5346 commit a8cb48d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ on:
- 'documentation/**'
- 'python/**'
- '**/*.md'
schedule: # monthly
- cron: '0 0 1 * *'

env:
SETUP_PATH: .ci-local:.ci
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
paths:
- 'mrmShared/linux/**'
schedule: # monthly
- cron: '0 0 1 * *'

jobs:
specific:
Expand Down

0 comments on commit a8cb48d

Please sign in to comment.