We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4313e02 commit 95a5568Copy full SHA for 95a5568
.github/workflows/ci.yaml
@@ -105,12 +105,9 @@ jobs:
105
run: |
106
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
107
BUMP_MANIFEST="${{ inputs.BUMP_MANIFEST }}"
108
- elif [[ "${{ github.event_name }}" == "schedule" ]]; then
+ else
109
# these are nightly bump
110
BUMP_MANIFEST="true"
111
- else
112
- # while this is the default for 'push'
113
- BUMP_MANIFEST="false"
114
fi
115
MERGE_BUMPED_MANIFEST=${{ github.event_name == 'schedule' || inputs.MERGE_BUMPED_MANIFEST || 'false' }}
116
# Prepend nightly manifest branch with "z" to make it appear at the end
0 commit comments