1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01:00

Add logic to prevent running on Version Bump PRs (#3716)

This commit is contained in:
Vince Grassia 2024-01-29 13:25:34 -05:00 committed by GitHub
parent b1f21269a8
commit 31e09e415d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ env:
jobs:
testing:
name: Run tests
if: ${{ startsWith(github.head_ref, 'version_bump_') == false }}
runs-on: ubuntu-22.04
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages