diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index e10775c..a5f2199 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -1,5 +1,3 @@ -# https://help.github.com/en/categories/automating-your-workflow-with-github-actions - name: "Integrate" on: @@ -7,6 +5,8 @@ on: push: branches: - master + schedule: + - cron: "0 10 * * *" jobs: static-code-analysis: