Skip to content

Commit

Permalink
dnm: chnge
Browse files Browse the repository at this point in the history
dasafsd

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Oct 4, 2024
1 parent 4b6012d commit 1526d7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
# debug
echo "base.sha: ${BASE_REV}"
echo "head.sha: ${HEAD_REV}"
echo "Branches:"
git branch -v
echo "Current branch:"
git branch --show-current
echo "Git log:"
git log --pretty=oneline | head -n 10
git show HEAD
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dnm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Do Not Merge


on:
pull_request:
types: [synchronize, opened, reopened, labeled, unlabeled]
Expand Down

0 comments on commit 1526d7c

Please sign in to comment.