Skip to content

Commit 95a5568

Browse files
committed
revert hte changes to manifest
1 parent 4313e02 commit 95a5568

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,9 @@ jobs:
105105
run: |
106106
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
107107
BUMP_MANIFEST="${{ inputs.BUMP_MANIFEST }}"
108-
elif [[ "${{ github.event_name }}" == "schedule" ]]; then
108+
else
109109
# these are nightly bump
110110
BUMP_MANIFEST="true"
111-
else
112-
# while this is the default for 'push'
113-
BUMP_MANIFEST="false"
114111
fi
115112
MERGE_BUMPED_MANIFEST=${{ github.event_name == 'schedule' || inputs.MERGE_BUMPED_MANIFEST || 'false' }}
116113
# Prepend nightly manifest branch with "z" to make it appear at the end

0 commit comments

Comments
 (0)