Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1d3f609

Browse files
committed
WIP debug
1 parent 28328d8 commit 1d3f609

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ jobs:
107107
fi
108108
echo "tag=$tag" >> $GITHUB_OUTPUT
109109
- name: Set release description to built hash
110-
run: echo "master: ruby/ruby@${{ needs.prepare.outputs.commit }}" >> release-description.md
110+
run: echo "ruby/ruby@${{ needs.prepare.outputs.commit }}" >> release-description.md
111+
- name: Append note if buils were reused
112+
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}
113+
run: echo "Skipped building and reused builds from ${{ needs.prepare.outputs.previous_release }} for debug and asan rubies" >> release-description.md
111114
- name: Create Release
112115
env:
113116
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)