Skip to content

Conversation

@simeonschaub
Copy link
Member

@nickrobinson251
Copy link
Contributor

diff with before #301

diff --git a/.github/workflows/JuliaNightly.yml b/.github/workflows/JuliaNightly.yml
index 351eec9..55e5347 100644
--- a/.github/workflows/JuliaNightly.yml
+++ b/.github/workflows/JuliaNightly.yml
@@ -1,8 +1,10 @@
 name: JuliaNightly
 # Nightly Scheduled Julia Nightly Run
 on:
-  schedule:
-    - cron: '0 2 * * *'  # Daily at 2 AM UTC (8 PM CST)
+  push:
+    branches: [master]
+    tags: ["*"]
+  pull_request:
 jobs:
   test:
     name: Julia Nightly - Ubuntu - x64

Comment on lines +4 to +7
push:
branches: [master]
tags: ["*"]
pull_request:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the daily scheduled runs, since we don't notify anyone here, so running these on a daily basis is probably rather pointless.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call :)

Copy link
Contributor

@nickrobinson251 nickrobinson251 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

thanks for doing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants