mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05: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:
|
jobs:
|
||||||
testing:
|
testing:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
if: ${{ startsWith(github.head_ref, 'version_bump_') == false }}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user