Skip to content

Commit

Permalink
Merge pull request #5 from david-cermak/fix/ci
Browse files Browse the repository at this point in the history
fix(ci): Test why this is not a merge commit!
  • Loading branch information
david-cermak authored Oct 7, 2024
2 parents 294691f + 5c80818 commit d1b37ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 78 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish esp-wifi-remote

on:
workflow_run:
workflows: ["Build", "Compat checks"]
workflows: ["Compat checks"]
branches: [main]
types:
- completed
Expand Down
4 changes: 4 additions & 0 deletions ci/detect_component_bump
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -e

git show -s
git show -s | grep '^Merge';


if ! git show -s | grep -q '^Merge'; then
echo "Not a merge commit"
exit 0;
Expand Down

0 comments on commit d1b37ff

Please sign in to comment.