Skip to content

Commit

Permalink
Remove scheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBobolz committed Apr 5, 2023
1 parent bd1459d commit b9ff4ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main
- 'release/**'
# Nightly builds to ensure dependencies don't break anything
schedule:
- cron: '0 0 * * *'
#schedule:
# - cron: '0 0 * * *'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
- 'release/**'
# Nightly builds to ensure dependencies don't break anything
#schedule:
# - cron: '0 0 * * *'

jobs:
build:
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/scheduled-main-ci.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tagget release
name: Tagged release

on:
push:
Expand Down

0 comments on commit b9ff4ae

Please sign in to comment.