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.
2 parents 62d67fc + 2c2e9d4 commit 85f8023Copy full SHA for 85f8023
.github/workflows/ci.yml
@@ -9,7 +9,13 @@
9
# https://github.com/linux-nfc/neard
10
#
11
name: "Builds"
12
-on: [push, pull_request, workflow_dispatch]
+on:
13
+ pull_request:
14
+ push:
15
+ schedule:
16
+ # Run at 1:01 PM, every Tuesday
17
+ - cron: '1 13 * * 2'
18
+ workflow_dispatch:
19
20
jobs:
21
job:
ci/archlinux.sh
@@ -16,7 +16,7 @@ case $CC in
;;
esac
-pacman -Sy --noconfirm \
+pacman -Syu --noconfirm \
libftdi-compat \
libyaml \
22
systemd-libs \
0 commit comments