Skip to content

Commit

Permalink
ci(test): skip aur/aur-bin on release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 17, 2024
1 parent cf19dc5 commit 9ddb424
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9ddb424

Please sign in to comment.