Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dappnode/DAppNodePackage-n8n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refactor/use-dappnode-build-hash
Choose a base ref
...
head repository: dappnode/DAppNodePackage-n8n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 9, 2026

  1. Merge pull request #184 from dappnode/refactor/use-dappnode-build-hash

    ci: use dappnode-build-hash reusable workflow
    3alpha authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    95f76c9 View commit details
    Browse the repository at this point in the history
  2. ci: skip build.yml on default branch pushes

    `build.yml` triggers on `push` and `workflow_dispatch`. The reusable
    `dappnode-build-hash.yml` SDK already auto-detects pushes to the default
    branch and runs a no-op test build (no IPFS pin, no comment), so the
    workflow run is wasted CI on every merge.
    
    Add `branches-ignore: ["main"]` to the push trigger so the workflow
    doesn't even start on default-branch pushes. `workflow_dispatch` and
    pushes to other branches (e.g. tropibot bump branches) still trigger it
    as before.
    3alpha committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    49942de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #187 from dappnode/refactor/skip-build-on-default

    ci: skip build.yml on default branch pushes
    3alpha authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    115319f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Configuration menu
    Copy the full SHA
    504b063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    539dccf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #192 from dappnode/tropibot/bump-n8n-n8n@2.30.6

    chore: bump n8n to n8n@2.30.6
    3alpha authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    aaa1830 View commit details
    Browse the repository at this point in the history
Loading