Skip to content

Commit 3538e5e

Browse files
committed
f
1 parent f181d5a commit 3538e5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/_sandbox.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
paths-ignore:
1111
- "**.md"
1212

13+
env:
14+
DEFAULT_MANIFEST_ARTIFACT_NAME: bumped-manifest
15+
1316
permissions:
1417
contents: read # to fetch code
1518
actions: write # to cancel previous workflows
@@ -42,7 +45,7 @@ jobs:
4245
id: manifest-branch
4346
shell: bash -x -e {0}
4447
run: |
45-
BUMP_MANIFEST=${{ github.event_name == 'schedule' || inputs.BUMP_MANIFEST || 'false' }}
48+
BUMP_MANIFEST=${{ 'true' }}
4649
MERGE_BUMPED_MANIFEST=${{ github.event_name == 'schedule' || inputs.MERGE_BUMPED_MANIFEST || 'false' }}
4750
# Prepend nightly manifest branch with "z" to make it appear at the end
4851
if [[ "$BUMP_MANIFEST" == "true" ]]; then

0 commit comments

Comments
 (0)