Skip to content

Commit fc31ca2

Browse files
authored
Merge pull request #24 from YOCKOW/1.0.x/development
Detach python scripts related to workflow.
2 parents 8b4f6ec + fdc8cb3 commit fc31ca2

22 files changed

+14
-698
lines changed

.github/workflows/branch-1.0.x-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# You can edit ".scripts/update-workflows"
33

44
name: Test for branch "1.0.x/development"
5-
on:
5+
"on":
66
push:
77
branches:
88
- 1.0.x/development

.github/workflows/branch-1.0.x-experiment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# You can edit ".scripts/update-workflows"
33

44
name: Test for branch "1.0.x/experiment"
5-
on:
5+
"on":
66
push:
77
branches:
88
- 1.0.x/experiment

.github/workflows/branch-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# You can edit ".scripts/update-workflows"
33

44
name: Test for branch "master"
5-
on:
5+
"on":
66
push:
77
branches:
88
- master

.github/workflows/check-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# You can edit ".scripts/update-workflows"
33

44
name: Check commits
5-
on:
5+
"on":
66
push:
77
branches:
88
- "*"

.github/workflows/direct-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# You can edit ".scripts/update-workflows"
33

44
name: Direct Test
5-
on:
5+
"on":
66
push:
77
branches:
88
- "*"

.scripts/python_files/workflow/Event.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

.scripts/python_files/workflow/Job.py

Lines changed: 0 additions & 131 deletions
This file was deleted.

.scripts/python_files/workflow/Matrix.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

.scripts/python_files/workflow/On.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)