Skip to content

Commit

Permalink
ci: run 1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Mar 21, 2024
1 parent 78d31d8 commit 32c62cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Get release info
run: |
message='${{ github.event.workflow_run.head_commit.message }}'
echo $message
message=$(git log --format=%B -n 1 HEAD~2)
if [[ $message = *'plasmax-core@'* ]]; then
echo 'Found!'
fi
Expand Down

0 comments on commit 32c62cb

Please sign in to comment.