diff --git a/.github/workflows/gap.yml b/.github/workflows/gap.yml index c9466130..0c9870ea 100644 --- a/.github/workflows/gap.yml +++ b/.github/workflows/gap.yml @@ -7,6 +7,10 @@ on: - 'release-*' tags: '*' pull_request: + schedule: + # Every day at 3:08 AM UTC + - cron: '8 3 * * *' + workflow_dispatch: concurrency: # group by workflow and ref; the last slightly strange component ensures that for pull