From 788a29e9443d05869e30ed68e194a59795daca6a Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Fri, 25 Jul 2025 23:06:03 +0200 Subject: [PATCH] call --- .github/workflows/AutoAssign.yml | 2 +- .github/workflows/CI.yml | 2 +- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/Coverage.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/Formatter.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/AutoAssign.yml b/.github/workflows/AutoAssign.yml index e4beafd..de8dfa7 100644 --- a/.github/workflows/AutoAssign.yml +++ b/.github/workflows/AutoAssign.yml @@ -6,7 +6,7 @@ on: pull_request: types: [opened, reopened] jobs: - run: + call: uses: control-toolbox/CTActions/.github/workflows/auto-assign.yml@main with: assignees: jbcaillau diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5cca36e..8d41ca8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,7 +7,7 @@ on: tags: '*' pull_request: jobs: - test: + call: strategy: matrix: version: diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index e730cf5..bc5da6b 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -4,5 +4,5 @@ on: - cron: 0 0 * * * workflow_dispatch: jobs: - CompatHelper: + call: uses: control-toolbox/CTActions/.github/workflows/compat-helper.yml@main diff --git a/.github/workflows/Coverage.yml b/.github/workflows/Coverage.yml index 5a8b6ce..12a6ddb 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -6,7 +6,7 @@ on: - main tags: '*' jobs: - test: + call: uses: control-toolbox/CTActions/.github/workflows/coverage.yml@main secrets: codecov-secret: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ab70482..e8639ed 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -8,5 +8,5 @@ on: pull_request: jobs: - build: + call: uses: control-toolbox/CTActions/.github/workflows/documentation.yml@main diff --git a/.github/workflows/Formatter.yml b/.github/workflows/Formatter.yml index 20881f7..b96871f 100644 --- a/.github/workflows/Formatter.yml +++ b/.github/workflows/Formatter.yml @@ -6,5 +6,5 @@ on: workflow_dispatch: jobs: - build: + call: uses: control-toolbox/CTActions/.github/workflows/formatter.yml@main