We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60ffaf commit 71f5474Copy full SHA for 71f5474
.github/workflows/storage.yml
@@ -73,11 +73,11 @@ jobs:
73
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
74
with:
75
# timeout_minutes: 120
76
- timeout_seconds: 1
77
max_attempts: 3
78
# retry_wait_seconds: 120
79
retry_wait_seconds: 1
80
- command: ([ -z $plist_secret ] || scripts/build.sh Storage${{ matrix.language }} all)
+ # command: ([ -z $plist_secret ] || scripts/build.sh Storage${{ matrix.language }} all)
+ command: exit 1
81
82
# quickstart:
83
# # Don't run on private repo unless it is a PR.
0 commit comments