Skip to content

Commit 913ae7a

Browse files
committed
Update workflows
Update workflows
1 parent 0ca3ed2 commit 913ae7a

File tree

5 files changed

+29
-17
lines changed

5 files changed

+29
-17
lines changed

.github/workflows/dev_python3_11.yml

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

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl_Dev_Python3.10" ]
6-
types:
7-
- completed
4+
push:
5+
branches: [ "dev" ]
6+
pull_request:
7+
branches: [ "dev" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/dev_python3_12.yml

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

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl_Dev_Python3.11" ]
6-
types:
7-
- completed
4+
push:
5+
branches: [ "dev" ]
6+
pull_request:
7+
branches: [ "dev" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_11.yml

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

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl_Stable_Python3.10" ]
6-
types:
7-
- completed
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_12.yml

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

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl_Stable_Python3.11" ]
6-
types:
7-
- completed
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.idea/workspace.xml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)