Skip to content

Commit

Permalink
Move quote (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakley-r7 authored Oct 19, 2023
1 parent 5afdb70 commit c35e428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugin_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
if [[ "${{ github.event.pull_request.merged }}" == "true" ]]; then
echo "Pull requst has been merged. Starting release process..."
elif [ "${{ github.event_name" }} == "workflow_dispatch" ]; then
elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
echo "Workflow was manually triggered. Starting release process..."
else
echo "Pull request has not been merged. Stopping workflow..."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_release_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
if [[ "${{ github.event.pull_request.merged }}" == "true" ]]; then
echo "Pull requst has been merged. Starting release process..."
elif [ "${{ github.event_name" }} == "workflow_dispatch" ]; then
elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
echo "Workflow was manually triggered. Starting release process..."
else
echo "Pull request has not been merged. Stopping workflow..."
Expand Down

0 comments on commit c35e428

Please sign in to comment.