Skip to content

Commit eef8c05

Browse files
authored
Merge pull request #124 from control-toolbox/123-dev-actions
call
2 parents f17fd8e + 504a897 commit eef8c05

File tree

7 files changed

+7
-11
lines changed

7 files changed

+7
-11
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/Breakage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
break:
10+
call:
1111
strategy:
1212
fail-fast: false
1313
matrix:

.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
@@ -4,5 +4,5 @@ on:
44
- cron: 0 0 * * *
55
workflow_dispatch:
66
jobs:
7-
CompatHelper:
7+
call:
88
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 }}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Documentation
2-
32
on:
43
push:
54
branches:
65
- main
76
tags: '*'
87
pull_request:
9-
108
jobs:
11-
build:
9+
call:
1210
uses: control-toolbox/CTActions/.github/workflows/documentation.yml@main

.github/workflows/Formatter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Formatter
2-
32
on:
43
schedule:
54
- cron: '0 0 * * *'
65
workflow_dispatch:
7-
86
jobs:
9-
build:
7+
call:
108
uses: control-toolbox/CTActions/.github/workflows/formatter.yml@main

0 commit comments

Comments
 (0)