ci: trigger CI + coin-matrix on dgb/pool-pillars-port (DGB integration lane) - #101
Merged
Conversation
PRs/pushes targeting the DGB integration branch matched no workflow trigger (only master, btc-embedded, dash-spv-embedded were listed), so no CI was eligible. Additive: mirrors the per-coin practice for the other integration branches. Revert = drop the two dgb/pool-pillars-port entries.
frstrtr
force-pushed
the
ci-steward/dgb-ci-trigger
branch
from
June 17, 2026 06:38
183605e to
3a1ccaa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the DGB integration branch
dgb/pool-pillars-portto thepushandpull_requestbranch filters in build.yml and coin-matrix.yml, alongside the other per-coin integration branches (btc-embedded, dash-spv-embedded).Why: PR #99 (into dgb/pool-pillars-port) reported ZERO checks — a PR/push targeting that branch matched no workflow trigger, so no CI was eligible. This is the same per-coin enablement already in place for btc/dash.
Scope: additive YAML only (4 lines). Revert = drop the two dgb/pool-pillars-port entries. The base branch dgb/pool-pillars-port already carries this commit (1e08f86) so PR #99 can validate now; this PR is the canonical landing on master.
NOTE: known follow-up — the coin-matrix
dgbcell still presence-gates on src/c2pool/main_dgb.cpp (absent at M1) and no job configures -DCOIN_DGB, so the dgb OBJECT lib (b1_smoke) is not yet compiled by CI. Tracking separately.