diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8ff22c..18eaa1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: build on: schedule: # * is a special character in YAML so you have to quote this string - - cron: '30 5 1 * *' + - cron: '30 5 1 */3 *' push: pull_request: diff --git a/vagrant.sh b/vagrant.sh index 03f7134..94d614e 100644 --- a/vagrant.sh +++ b/vagrant.sh @@ -52,8 +52,8 @@ insmod /home/vagrant/vfb/vfb.ko vfb_enable=1 videomemorysize=32000000 chmod +x /usr/local/bin/vfbload.sh /usr/local/bin/vfbload.sh >/tmp/vfbload.log 2>&1 -echo 'ENV{ID_INPUT_MOUSE}==\"?*\",ENV{ID_PATH}==\"pci-0000:00:04.0\", SYMLINK+=\"input/ms\"' >/etc/udev/rules.d/98-input.rules -echo 'ENV{ID_INPUT_KEYBOARD}==\"?*\", SYMLINK+=\"input/kbd\"' >>/etc/udev/rules.d/98-input.rules +echo 'ENV{ID_INPUT_MOUSE}=="?*",ENV{ID_PATH}=="pci-0000:00:04.0", SYMLINK+="input/ms"' >/etc/udev/rules.d/98-input.rules +echo 'ENV{ID_INPUT_KEYBOARD}=="?*", SYMLINK+="input/kbd"' >>/etc/udev/rules.d/98-input.rules udevadm control --reload-rules udevadm trigger