Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d7987c

Browse files
committed
Removed redundant square brackets
Update step-2-build.yml
1 parent11d928b commit8d7987c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎.github/workflows/step-1-test.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ jobs:
106106

107107
summarize_tests:
108108
name:📄 Summarize Test Results
109-
needs:[run_editmode, run_playmode]
109+
needs:
110+
-run_editmode
111+
-run_playmode
110112
if:|
111113
always() &&
112114
(

‎.github/workflows/step-2-build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Build for ${{ matrix.buildTarget }} on ${{ matrix.os }}
6969
runs-on: ${{ matrix.os }}
7070
timeout-minutes: ${{ inputs.timeoutMinutes }}
71-
needs:[generate_matrix ]
71+
needs: generate_matrix
7272
strategy:
7373
fail-fast: false
7474
matrix:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp