We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953b125 commit 2aad7d1Copy full SHA for 2aad7d1
.github/workflows/CompatHelper.yml
@@ -1,6 +1,9 @@
1
---
2
name: CompatHelper
3
on:
4
+ pull_request:
5
+ paths:
6
+ - ".github/workflows/CompatHelper.yml"
7
schedule:
8
- cron: "0 0 * * *" # Everyday at midnight
9
workflow_dispatch:
.github/workflows/JuliaNightly.yml
name: JuliaNightly
+ - ".github/workflows/JuliaNightly.yml"
- cron: "0 2 * * *" # Daily at 2 AM UTC (8 PM CST)
jobs:
0 commit comments