Skip to content

Commit

Permalink
Schedul full build workflow at 00 Sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jun 5, 2024
1 parent 76f19ba commit f0045ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Ubuntu CI full build
on:
push:
branches:
- main
- develop
- release/*
- ci/*
- dependabot/*
schedule:
- cron: '00 00 * * 0'
jobs:

build:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/windows-vcpkg-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: Windows CI full build
on:
push:
branches:
- main
- develop
- release/*
- ci/*
- dependabot/*
schedule:
- cron: '00 00 * * 0'
jobs:

windows:

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f0045ba

Please sign in to comment.