Naveen
преди 3 години
committed by
GitHub
родител
ревизия
fd8af163ba
No known key found for this signature in database
GPG ключ ID: 4AEE18F83AFDEB23
променени са
7 файла, в които са
добавени 23 реда и са
изтрити 0 реда
-
.github/workflows/docker-release.yml
-
.github/workflows/docs-checker.yml
-
.github/workflows/patch-mariadb-tests.yml
-
.github/workflows/release.yml
-
.github/workflows/server-mariadb-tests.yml
-
.github/workflows/server-postgres-tests.yml
-
.github/workflows/ui-tests.yml
|
|
@@ -2,8 +2,13 @@ name: 'Trigger Docker build on release' |
|
|
|
on: |
|
|
|
release: |
|
|
|
types: [released] |
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
curl: |
|
|
|
permissions: |
|
|
|
contents: none |
|
|
|
name: 'Trigger Docker build on release' |
|
|
|
runs-on: ubuntu-latest |
|
|
|
container: |
|
|
|
|
|
@@ -3,6 +3,9 @@ on: |
|
|
|
pull_request: |
|
|
|
types: [ opened, synchronize, reopened, edited ] |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
docs-required: |
|
|
|
name: 'Documentation Required' |
|
|
|
|
|
@@ -7,6 +7,9 @@ concurrency: |
|
|
|
group: patch-mariadb-develop-${{ github.event.number }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
@@ -3,6 +3,9 @@ on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- version-14-beta |
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
release: |
|
|
|
name: Release |
|
|
|
|
|
@@ -11,6 +11,9 @@ concurrency: |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
@@ -10,6 +10,9 @@ concurrency: |
|
|
|
group: server-postgres-develop-${{ github.event.number }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
@@ -10,6 +10,9 @@ concurrency: |
|
|
|
group: ui-develop-${{ github.event.number }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-latest |
|
|
|