Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/update-website-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Log RECENT_MERGED_BRANCH_NAME"
name: On merge to main, build the protocol and add it to the website "Log RECENT_MERGED_BRANCH_NAME"

on:
push:
Expand All @@ -20,7 +20,4 @@ jobs:
echo 'GitHub actions:' $GITHUB_ACTIONS
echo 'Event name:' $GITHUB_EVENT_NAME
echo 'ref:' $GITHUB_REF
echo 'branch:' $BRANCH_SOURCE
echo 'event ref:' "${{ github.event.base_ref }}"
echo 'event ref2:' $GITHUB_EVENT_BASE_REF
echo 'recent merged branch:' $RECENT_MERGED_BRANCH_NAME