Skip to content

Commit

Permalink
[gh workflow] Introducing the weekly scheduled build
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Mar 20, 2023
1 parent 416650b commit c32b935
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/scheduled-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Schedule build with latest image SHA versions

on:
push:
branches: ['main']
schedule:
- cron: '0 0 * * 0'
repository_dispatch: {}

jobs:
workflow-build:
name: Calls build-images workflow
uses: ./.github/workflows/build-images.yaml

0 comments on commit c32b935

Please sign in to comment.