Skip to content

Commit 2f8c08f

Browse files
committed
Update GitHub actions to remove check out of submodules
1 parent 6a40e64 commit 2f8c08f

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/check_latest_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
steps:
2929
- name: checkout repository
3030
uses: actions/checkout@v3
31-
with:
32-
submodules: true
3331

3432
- name: Extract module name and version from release tag
3533
id: extract_tag

.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)