Skip to content

Commit

Permalink
Add CI with GAP to scheduled tests (#1063)
Browse files Browse the repository at this point in the history
* Add CI with GAP to scheduled tests

* Update CI.yml

* Update oscar.yml
  • Loading branch information
lgoettgens authored Nov 15, 2024
1 parent e9b89fc commit 8f4a1a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
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
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
12 changes: 6 additions & 6 deletions .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: OscarCI

on:
pull_request:
branches:
- master
push:
branches:
- master
branches:
- 'master'
- 'release-*'
tags: '*'
pull_request:
schedule:
# Every day at 3:08 AM UTC (Tutorial tests initiated at 2:00AM)
# Every day at 3:08 AM UTC
- cron: '8 3 * * *'
workflow_dispatch:

Expand Down

0 comments on commit 8f4a1a1

Please sign in to comment.