Skip to content

Commit

Permalink
update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Sep 25, 2024
1 parent 2726c27 commit 6c02789
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 201 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/CI-3p-django-framework.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-3p-laravel-framework.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-3p-mariadb-connector-c.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-3p-mysql-connector-j.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-3p-php-pdo-mysql.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-3p-sqlalchemy.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-basictests.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-codeql.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-maketest.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/CI-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-repltests.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-selftests.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-shuntest.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-taptests-asan.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-taptests-groups.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/CI-taptests-ssl.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Loading

0 comments on commit 6c02789

Please sign in to comment.