Skip to content

Commit

Permalink
Add CI with GAP to scheduled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Nov 1, 2024
1 parent e9b89fc commit e6dcd80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6dcd80

Please sign in to comment.