Skip to content

Commit 2aad7d1

Browse files
committed
Self-test CI workflows
1 parent 953b125 commit 2aad7d1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: CompatHelper
33
on:
4+
pull_request:
5+
paths:
6+
- ".github/workflows/CompatHelper.yml"
47
schedule:
58
- cron: "0 0 * * *" # Everyday at midnight
69
workflow_dispatch:

.github/workflows/JuliaNightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: JuliaNightly
33
on:
4+
pull_request:
5+
paths:
6+
- ".github/workflows/JuliaNightly.yml"
47
schedule:
58
- cron: "0 2 * * *" # Daily at 2 AM UTC (8 PM CST)
69
jobs:

0 commit comments

Comments
 (0)