diff --git a/.github/workflows/AutoAssign.yml b/.github/workflows/AutoAssign.yml index d214b61..cfe39a5 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: ocots diff --git a/.github/workflows/Breakage.yml b/.github/workflows/Breakage.yml index 11b7e15..624e5e0 100644 --- a/.github/workflows/Breakage.yml +++ b/.github/workflows/Breakage.yml @@ -7,7 +7,7 @@ on: pull_request: jobs: - break: + call: strategy: fail-fast: false matrix: 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..c3374a1 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -1,12 +1,10 @@ name: Documentation - on: push: branches: - main tags: '*' 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..7745763 100644 --- a/.github/workflows/Formatter.yml +++ b/.github/workflows/Formatter.yml @@ -1,10 +1,8 @@ name: Formatter - on: schedule: - cron: '0 0 * * *' workflow_dispatch: - jobs: - build: + call: uses: control-toolbox/CTActions/.github/workflows/formatter.yml@main