Skip to content

Commit 99fadb4

Browse files
committed
test failure
1 parent 6f11960 commit 99fadb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-quick-start-module.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
MACOS_RELEASE_MATRIX: ${{ needs.macos-release-matrix.outputs.matrix }}
8080
run: |
8181
set -ex
82-
printf '%s\n' "$LINUX_NIGHTLY_MATRIX" > linux_nightly_matrix.json
83-
printf '%s\n' "$WINDOWS_NIGHTLY_MATRIX" > windows_nightly_matrix.json
82+
# printf '%s\n' "$LINUX_NIGHTLY_MATRIX" > linux_nightly_matrix.json
83+
# printf '%s\n' "$WINDOWS_NIGHTLY_MATRIX" > windows_nightly_matrix.json
8484
printf '%s\n' "$MACOS_NIGHTLY_MATRIX" > macos_nightly_matrix.json
8585
printf '%s\n' "$LINUX_RELEASE_MATRIX" > linux_release_matrix.json
8686
printf '%s\n' "$WINDOWS_RELEASE_MATRIX" > windows_release_matrix.json
@@ -89,7 +89,7 @@ jobs:
8989
rm *_matrix.json
9090
- uses: nashmaniac/create-issue-action@v1.1
9191
if: ${{ failure() }} # only run when this job is failed.
92-
name: Create Issue Action
92+
name: Create Issue if failed
9393
with:
9494
title: Updating quick start module failed
9595
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)