Commit 688bc4e2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Sync

Sync
parents bca87e3d 8536efe6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ on:
      - master
    paths:
      - readme.md
      - README.md
      - .github/workflows/hub.yml

jobs:
+6 −2
Original line number Diff line number Diff line
@@ -4,10 +4,14 @@ on:
      - master
    paths:
      - '**/*.sh'
      - '.github/workflows/test.yml'
      - '.github/workflows/check.yml'
      
  pull_request:
    paths:
      - '**/*.sh'
      - '.github/workflows/test.yml'
      - '.github/workflows/check.yml'
      
name: "Test"
permissions: {}
+6 −6
Original line number Diff line number Diff line
@@ -68,5 +68,5 @@ set +m
if (( KERNEL > 4 )); then
  pidwait -F "${_QEMU_PID}" & wait $!
else
  tail --pid "$(cat ${_QEMU_PID})" --follow /dev/null & wait $!
  tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!
fi