Skip to content

Commit 904ffb7

Browse files
committed
Use workflow
1 parent 5a39aee commit 904ffb7

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

.github/workflows/dev_python3_11.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: AutoControl Dev Python3.11
22

33
on:
4+
workflow_run:
5+
workflows: [ "AutoControl Dev Python3.10" ]
6+
types:
7+
- completed
48
push:
59
branches: [ "dev" ]
610
pull_request:

.github/workflows/dev_python3_12.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: AutoControl Dev Python3.12
22

33
on:
4+
workflow_run:
5+
workflows: [ "AutoControl Dev Python3.11" ]
6+
types:
7+
- completed
48
push:
59
branches: [ "dev" ]
610
pull_request:

.github/workflows/stable_python3_10.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: AutoControl Stable Python3.10
22

33
on:
4+
workflow_run:
5+
workflows: [ "AutoControl Dev Python3.12" ]
6+
types:
7+
- completed
48
push:
59
branches: [ "main" ]
610
pull_request:

.github/workflows/stable_python3_11.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: AutoControl Stable Python3.11
22

33
on:
4+
workflow_run:
5+
workflows: [ "AutoControl Stable Python3.10" ]
6+
types:
7+
- completed
48
push:
59
branches: [ "main" ]
610
pull_request:

.github/workflows/stable_python3_12.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: AutoControl Stable Python3.12
22

33
on:
4+
workflow_run:
5+
workflows: [ "AutoControl Stable Python3.11" ]
6+
types:
7+
- completed
48
push:
59
branches: [ "main" ]
610
pull_request:

0 commit comments

Comments
 (0)