Skip to content

Commit 80f983f

Browse files
committed
feat(ci): run workflow on CRON schedule
1 parent 0f357a7 commit 80f983f

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
on: push
1+
on:
2+
schedule:
3+
- cron: "0 4,10,16,22 * * *"
24

35
jobs:
46
image:

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM mpsq/emacs-native-comp-wayland-builder:latest
22

3-
# RUN trizen \
4-
# --quiet \
5-
# --nocolors \
6-
# --noedit \
7-
# --noconfirm \
8-
# --noinstall \
9-
# --movepkg-dir=/home/pcr \
10-
# -S emacs-native-comp-git-enhanced
3+
RUN trizen \
4+
--quiet \
5+
--nocolors \
6+
--noedit \
7+
--noconfirm \
8+
--noinstall \
9+
--movepkg-dir=/home/pcr \
10+
-S emacs-native-comp-git-enhanced

0 commit comments

Comments
 (0)