Skip to content

Commit 12c9ee0

Browse files
authored
chore: temporary disable integration tests (#462)
1 parent b4b8ee1 commit 12c9ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: template/.github/workflows/integration-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ env:
1414
TEST_PARAMETER: ${{ inputs.test-parameter }}
1515

1616
on:
17-
schedule:
17+
# schedule:
1818
# At 00:00 on Sunday. See: https://crontab.guru/#0_0_*_*_0
19-
- cron: "0 0 * * 0"
19+
# - cron: "0 0 * * 0"
2020
workflow_dispatch:
2121
inputs:
2222
test-platform:

0 commit comments

Comments
 (0)