mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 16:13:58 +00:00
chore: auto-update github workflows
This commit is contained in:
3
.github/workflows/e2e-pro.yaml
vendored
3
.github/workflows/e2e-pro.yaml
vendored
@@ -9,6 +9,9 @@ name: Cypress tests with screenshots PREMIUM
|
|||||||
- develop
|
- develop
|
||||||
- feature/**
|
- feature/**
|
||||||
- hotfix/**
|
- hotfix/**
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
e2e-tests:
|
e2e-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
3
.github/workflows/run-tests.yaml
vendored
3
.github/workflows/run-tests.yaml
vendored
@@ -9,6 +9,9 @@ name: Integration and unit tests
|
|||||||
- develop
|
- develop
|
||||||
- feature/**
|
- feature/**
|
||||||
- hotfix/**
|
- hotfix/**
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
all-tests:
|
all-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user