Ankush
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
0 deletions
-
.github/workflows/backport.yml
-
.github/workflows/docs-checker.yml
-
.github/workflows/patch.yml
-
.github/workflows/server-tests.yml
-
.github/workflows/ui-tests.yml
|
|
@ -8,6 +8,7 @@ on: |
|
|
|
jobs: |
|
|
|
main: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
timeout-minutes: 60 |
|
|
|
steps: |
|
|
|
- name: Checkout Actions |
|
|
|
uses: actions/checkout@v2 |
|
|
|
|
|
@ -6,6 +6,7 @@ on: |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
timeout-minutes: 10 |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: 'Setup Environment' |
|
|
|
|
|
@ -5,6 +5,7 @@ on: [pull_request, workflow_dispatch] |
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
timeout-minutes: 60 |
|
|
|
|
|
|
|
name: Patch Test |
|
|
|
|
|
|
|
|
|
@ -9,6 +9,7 @@ on: |
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
timeout-minutes: 60 |
|
|
|
|
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
|
|
@ -7,6 +7,7 @@ on: |
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
timeout-minutes: 60 |
|
|
|
|
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|