Skip to content

Commit c98734d

Browse files
committed
REVERT ME - temporarily activate ci-daily and ci-weekly in pull requests
1 parent 14f8c19 commit c98734d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci-daily.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
schedule:
55
# Checks out main by default.
66
- cron: '0 0 * * *'
7+
# FIXME - for PR testing only, remove before merge
8+
pull_request:
9+
branches:
10+
- main
711

812
concurrency:
913
group: ${{ github.workflow }}

.github/workflows/ci-weekly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
schedule:
55
# Checks out main by default.
66
- cron: '0 0 * * 0'
7+
# FIXME - for PR testing only, remove before merge
8+
pull_request:
9+
branches:
10+
- main
711

812
concurrency:
913
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)