Skip to content

Commit

Permalink
Schedul full build workflow at 00 Sunday (#838)
Browse files Browse the repository at this point in the history
close #832

---------

Co-authored-by: abdoulbari zaher <32519851+a-zakir@users.noreply.github.com>
Co-authored-by: Florian Omnès <florian.omnes@rte-france.com>
3 people authored Jun 6, 2024
1 parent 4d800e9 commit f8621b5
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
@@ -3,11 +3,10 @@ name: Ubuntu CI full build
on:
push:
branches:
- main
- develop
- release/*
- ci/*
- dependabot/*
schedule:
- cron: '00 00 * * 0' # Sunday, midnight
jobs:

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

windows:

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

0 comments on commit f8621b5

Please sign in to comment.