opdate actions to use CI-trigger

pull/4692/head
Miro Stauder 2 years ago
parent ba814c0085
commit d864d5dea5

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -1,18 +1,14 @@
name: CI-builds
run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}'
run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }} ${{ github.workflow }} ${{ github.event.workflow_run && github.event.workflow_run.head_sha || github.sha }}'
on:
push:
# branches: [ 'v[0-9]+.x','v[0-9]+.[0-9]+','v[0-9]+.[0-9]+.[0-9]+' ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: [ CI-trigger ]
types: [ in_progress ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
group: ${{ github.workflow }}-${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }}
cancel-in-progress: true
jobs:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

@ -4,7 +4,7 @@ run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branc
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:

Loading…
Cancel
Save