Skip to content

Commit 2a9d054

Browse files
committed
chore: Remove code accidentally introduced in merge resolve
1 parent e73abe1 commit 2a9d054

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

template/.github/workflows/integration-test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ jobs:
3232
# volumes:
3333
# - .:/mnt
3434
steps:
35-
- name: Override integration test options for scheduled run
36-
if: github.event_name == 'schedule'
37-
shell: bash
38-
run: |
39-
set -euo pipefail
40-
41-
echo "TEST_PLATFORM=$DEFAULT_TEST_PLATFORM" | tee -a "$GITHUB_ENV"
42-
echo "TEST_ARCHITECTURE=$DEFAULT_TEST_ARCHITECTURE" | tee -a "$GITHUB_ENV"
43-
echo "TEST_RUN=$DEFAULT_TEST_RUN" | tee -a "$GITHUB_ENV"
44-
echo "TEST_PARAMETER=$DEFAULT_TEST_PARAMETER" | tee -a "$GITHUB_ENV"
45-
4635
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4736
with:
4837
persist-credentials: false

0 commit comments

Comments
 (0)