Skip to content

Commit 8e0a762

Browse files
committed
Disable JuliaPre workflow
1 parent dd794d7 commit 8e0a762

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/JuliaPre.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: JuliaPre
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
4+
workflow_dispatch:
5+
# Disabled for now because there is no available prerelease of Julia.
6+
# push:
7+
# branches:
8+
# - main
9+
# pull_request:
810

911
# needed to allow julia-actions/cache to delete old caches that it has created
1012
permissions:

0 commit comments

Comments
 (0)