Skip to content

Commit 8f8d9d1

Browse files
committed
Update GitHub Actions on relation
Update GitHub Actions on relation
1 parent 904ffb7 commit 8f8d9d1

File tree

5 files changed

+0
-28
lines changed

5 files changed

+0
-28
lines changed

.github/workflows/dev_python3_11.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
workflows: [ "AutoControl Dev Python3.10" ]
66
types:
77
- completed
8-
push:
9-
branches: [ "dev" ]
10-
pull_request:
11-
branches: [ "dev" ]
12-
schedule:
13-
- cron: "0 1 * * *"
148

159
permissions:
1610
contents: read

.github/workflows/dev_python3_12.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
workflows: [ "AutoControl Dev Python3.11" ]
66
types:
77
- completed
8-
push:
9-
branches: [ "dev" ]
10-
pull_request:
11-
branches: [ "dev" ]
12-
schedule:
13-
- cron: "0 1 * * *"
148

159
permissions:
1610
contents: read

.github/workflows/stable_python3_10.yml

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

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl Dev Python3.12" ]
6-
types:
7-
- completed
84
push:
95
branches: [ "main" ]
106
pull_request:

.github/workflows/stable_python3_11.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
workflows: [ "AutoControl Stable Python3.10" ]
66
types:
77
- completed
8-
push:
9-
branches: [ "main" ]
10-
pull_request:
11-
branches: [ "main" ]
12-
schedule:
13-
- cron: "0 1 * * *"
148

159
permissions:
1610
contents: read

.github/workflows/stable_python3_12.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
workflows: [ "AutoControl Stable Python3.11" ]
66
types:
77
- completed
8-
push:
9-
branches: [ "main" ]
10-
pull_request:
11-
branches: [ "main" ]
12-
schedule:
13-
- cron: "0 1 * * *"
148

159
permissions:
1610
contents: read

0 commit comments

Comments
 (0)