Skip to content

Commit b88aa86

Browse files
committed
Revert "Include GitHub actions to have check out of submodules for all workflows exept check_latest_release.yml"
This reverts commit 289d544.
1 parent 289d544 commit b88aa86

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/github_actions_aws_rhel_python64.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
steps:
4343
- name: checkout repository
4444
uses: actions/checkout@v3
45-
with:
46-
submodules: true
4745
- name: execute system tests
4846
uses: ./.github/actions/linux
4947
with:

.github/workflows/github_actions_aws_windows_python32.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
steps:
4646
- name: checkout repository
4747
uses: actions/checkout@v3
48-
with:
49-
submodules: true
5048
- name: execute system tests
5149
uses: ./.github/actions/windows
5250
with:

.github/workflows/github_actions_aws_windows_python64.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
steps:
6060
- name: checkout repository
6161
uses: actions/checkout@v3
62-
with:
63-
submodules: true
6462
- name: execute system tests
6563
uses: ./.github/actions/windows
6664
with:

0 commit comments

Comments
 (0)