diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc7f62d..0412914 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,11 @@ name: Build on: - pull_request: - branches: - - master + pull_request: + types: [closed] + branches: + - master + jobs: build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d21d793..def4d11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,15 +1,13 @@ name: Test on: - push: - branches: - - feature pull_request: - types: - - opened - - reopened - branches: - - master + branches: + - master + types: [opened, synchronize] + push: + branches: + - feature jobs: build: diff --git a/scripts/init.sh b/scripts/init.sh index 027de93..707c9c6 100644 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -5,7 +5,7 @@ dmesg -n 1 # Mount the file system mount -t devtmpfs none /dev -mount -t proc none /dev +mount -t proc none /proc mount -t sysfs none /sys clear