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:
parent
b1f21269a8
commit
31e09e415d
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user