Skip to content

Commit 71f5474

Browse files
authored
Update storage.yml
1 parent a60ffaf commit 71f5474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
7474
with:
7575
# timeout_minutes: 120
76-
timeout_seconds: 1
7776
max_attempts: 3
7877
# retry_wait_seconds: 120
7978
retry_wait_seconds: 1
80-
command: ([ -z $plist_secret ] || scripts/build.sh Storage${{ matrix.language }} all)
79+
# command: ([ -z $plist_secret ] || scripts/build.sh Storage${{ matrix.language }} all)
80+
command: exit 1
8181

8282
# quickstart:
8383
# # Don't run on private repo unless it is a PR.

0 commit comments

Comments
 (0)