Skip to content

Commit 8942c9e

Browse files
authored
Merge pull request #34 from control-toolbox/33-dev-actions
call
2 parents a9f5b37 + 2008a24 commit 8942c9e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/AutoAssign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
types: [opened, reopened]
88
jobs:
9-
run:
9+
call:
1010
uses: control-toolbox/CTActions/.github/workflows/auto-assign.yml@main
1111
with:
1212
assignees: ocots

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
tags: '*'
88
pull_request:
99
jobs:
10-
test:
10+
call:
1111
strategy:
1212
matrix:
1313
version:

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ on:
55
- cron: 0 0 * * *
66
workflow_dispatch:
77
jobs:
8-
CompatHelper:
8+
call:
99
uses: control-toolbox/CTActions/.github/workflows/compat-helper.yml@main

.github/workflows/Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
tags: '*'
88
jobs:
9-
test:
9+
call:
1010
uses: control-toolbox/CTActions/.github/workflows/coverage.yml@main
1111
secrets:
1212
codecov-secret: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88
pull_request:
99

1010
jobs:
11-
build:
11+
call:
1212
uses: control-toolbox/CTActions/.github/workflows/documentation.yml@main

.github/workflows/Formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
build:
9+
call:
1010
uses: control-toolbox/CTActions/.github/workflows/formatter.yml@main

0 commit comments

Comments
 (0)