From 92fc089819757733e376d589b1f43870c34463e8 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 14 Mar 2023 13:04:15 +0800 Subject: [PATCH] fix: arch linux workflow (#617) * chore: add arch linux workflow * test: pacman install packages for test * test: add 3.0-archlinux-release.yml --- .github/workflows/3.0-archlinux-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/3.0-archlinux-release.yml b/.github/workflows/3.0-archlinux-release.yml index e6b9518a..ea44c8cb 100644 --- a/.github/workflows/3.0-archlinux-release.yml +++ b/.github/workflows/3.0-archlinux-release.yml @@ -160,7 +160,6 @@ jobs: if: | (steps.changed-files-specific.outputs.any_changed == 'true' && github.event_name == 'pull_request') - || github.event_name == 'push' run: | git fetch origin +refs/pull/${{env.PR_NUMBER}}/merge git checkout -qf FETCH_HEAD