Ankush Menat
3 vuotta sitten
vanhempi
commit
132864a776
No known key found for this signature in database
GPG Key ID: 8EA82E09BBD13AAF
3 muutettua tiedostoa jossa
10 lisäystä ja
1 poistoa
-
.github/workflows/patch-mariadb-tests.yml
-
.github/workflows/server-mariadb-tests.yml
-
.github/workflows/ui-tests.yml
|
|
@@ -2,6 +2,11 @@ name: Patch |
|
|
|
|
|
|
|
on: [pull_request, workflow_dispatch] |
|
|
|
|
|
|
|
|
|
|
|
concurrency: |
|
|
|
group: patch-mariadb-develop-${{ github.event.number }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
|
|
@@ -7,7 +7,7 @@ on: |
|
|
|
branches: [ develop ] |
|
|
|
|
|
|
|
concurrency: |
|
|
|
group: server-mariadb-${{ github.event.number }} |
|
|
|
group: server-mariadb-develop-${{ github.event.number }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -6,6 +6,10 @@ on: |
|
|
|
push: |
|
|
|
branches: [ develop ] |
|
|
|
|
|
|
|
concurrency: |
|
|
|
group: ui-develop-${{ github.event.number }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|