From 9ddb424c133452d4cb1e4304c263ff74ca65811b Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sun, 17 Mar 2024 00:36:06 -0500 Subject: [PATCH] ci(test): skip aur/aur-bin on release PR --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49027ab01d..19fef2cf51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -252,7 +252,8 @@ jobs: bump-aur: runs-on: ubuntu-22.04 timeout-minutes: 30 - needs: [e2e-linux] + needs: [release] + if: startsWith(github.event.ref, 'refs/tags/v') steps: - name: Checkout repository uses: actions/checkout@v4 @@ -266,6 +267,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 30 needs: [release] + if: startsWith(github.event.ref, 'refs/tags/v') steps: - name: Checkout repository uses: actions/checkout@v4