Skip to content

Commit efcf088

Browse files
committed
conda_raw: temporarily comment out schedule
1 parent e2a760e commit efcf088

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/trigger_conda_raw.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
name: Trigger conda_raw release
55
on:
6-
schedule:
7-
# pdfium-binaries triggers conda on the first Monday of month at 4 o'clock UTC, so we'll want to rebuild after that, but before the next main release where we want to use the package
8-
- cron: '0 4 8 * *' # monthly, 8th day
6+
# XXX temporarily commented out. this month's release triggered manually.
7+
# schedule:
8+
# # pdfium-binaries triggers conda on the first Monday of month at 4 o'clock UTC, so we'll want to rebuild after that, but before the next main release where we want to use the package
9+
# - cron: '0 4 8 * *' # monthly, 8th day
910
workflow_dispatch:
1011

1112
jobs:

0 commit comments

Comments
 (0)