Merge pull request #4675 from sysown/v3.0-update_actions_triggers

Update GH workflow triggers
pull/4670/head^2
René Cannaò 2 years ago committed by GitHub
commit 1bb221edd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,20 +1,11 @@
name: CI-3p-django-framework
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

@ -1,19 +1,10 @@
name: CI-3p-laravel-framework
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-3p-mariadb-connector-c
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-3p-mysql-connector-j
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-3p-php-pdo-mysql
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-3p-sqlalchemy
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-basictests
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -2,12 +2,12 @@ name: CI-builds
on:
push:
# branches: [ "v2.7" ]
# branches: [ 'v[0-9]+.x','v[0-9]+.[0-9]+','v[0-9]+.[0-9]+.[0-9]+' ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.7" ]
# branches: [ 'v[0-9]+.x','v[0-9]+.[0-9]+','v[0-9]+.[0-9]+.[0-9]+' ]
paths-ignore:
- '.github/**'
- '**.md'

@ -1,19 +1,10 @@
name: CI-CodeQL
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-maketest
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -2,15 +2,15 @@ name: CI-Package-Build
on:
push:
# branches: [ "v[0-9]+.x?[0-9]*.?x?[0-9]*" ]
branches: [ 'v[0-9]+.x','v[0-9]+.[0-9]+','v[0-9]+.[0-9]+.[0-9]+' ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ 'v[0-9]+.x','v[0-9]+.[0-9]+','v[0-9]+.[0-9]+.[0-9]+' ]
paths-ignore:
- '.github/**'
- '**.md'
# pull_request:
# branches: [ "v2.x" ]
# paths-ignore:
# - '.github/**'
# - '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:

@ -1,19 +1,10 @@
name: CI-repltests
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-selftests
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-shuntest
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-taptests-asan
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-taptests-groups
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-taptests-ssl
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

@ -1,19 +1,10 @@
name: CI-taptests
on:
push:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

Loading…
Cancel
Save