Skip to content

Commit

Permalink
chore: set no merges
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Sep 1, 2023
1 parent ad49476 commit 716cabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/strain_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: get last commit name
run: |
LAST_COMMIT_LOG=$(git log -1 --pretty=format:"%s")
LAST_COMMIT_LOG=$(git log -1 --no-merges --pretty=format:"%s")
echo "LAST_COMMIT_LOG=${LAST_COMMIT_LOG}" >> $GITHUB_ENV # update GitHub ENV vars
- name: Log of last commit of the PR is
run: echo "${{ env.LAST_COMMIT_LOG }}"
Expand Down

0 comments on commit 716cabb

Please sign in to comment.