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

Commit 8416d60

Browse files
committed
Revert "WIP debug"
This reverts commit 1d3f609.
1 parent 1d3f609 commit 8416d60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ jobs:
107107
fi
108108
echo "tag=$tag" >> $GITHUB_OUTPUT
109109
- name: Set release description to built hash
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
110+
run: echo "master: ruby/ruby@${{ needs.prepare.outputs.commit }}" >> release-description.md
114111
- name: Create Release
115112
env:
116113
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)