From 7df1fa0b79852997480c72b58c89947df45fe0fd Mon Sep 17 00:00:00 2001 From: Bryan Date: Wed, 23 Sep 2026 15:43:24 +0000 Subject: [PATCH] fix(ci): materialize release PR workflow inputs --- .github/ci/ci-tests/test_bind_pull_request_workflow.py | 5 ++++- .github/workflows/bind-tests.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ci/ci-tests/test_bind_pull_request_workflow.py b/.github/ci/ci-tests/test_bind_pull_request_workflow.py index ae749aa6d7..4a362c2c66 100644 --- a/.github/ci/ci-tests/test_bind_pull_request_workflow.py +++ b/.github/ci/ci-tests/test_bind_pull_request_workflow.py @@ -67,7 +67,10 @@ def test_release_source_pull_requests_materialize_master_ci_helpers(): assert 'PR_BASE: ${{ inputs.pull_request_base || github.event.pull_request.base.ref }}' in helper_job assert 'if [[ "$PR_BASE" == release/bind-rp/* ]]' in helper_job assert 'refs/heads/master:refs/remotes/origin/control-plane' in helper_job - assert '.github/ci .resolver-plugins/bind920.json' in helper_job + assert '.github/ci \\' in helper_job + assert '.github/workflows/bind-tests.yml' in helper_job + assert '.github/workflows/bind920-candidate.yml' in helper_job + assert '.resolver-plugins/bind920.json' in helper_job def test_reusable_workflow_accepts_the_callers_pull_request_context(): diff --git a/.github/workflows/bind-tests.yml b/.github/workflows/bind-tests.yml index 216ece0729..a5717c0438 100644 --- a/.github/workflows/bind-tests.yml +++ b/.github/workflows/bind-tests.yml @@ -79,7 +79,10 @@ jobs: git fetch --no-tags origin \ 'refs/heads/master:refs/remotes/origin/control-plane' git checkout refs/remotes/origin/control-plane -- \ - .github/ci .resolver-plugins/bind920.json + .github/ci \ + .github/workflows/bind-tests.yml \ + .github/workflows/bind920-candidate.yml \ + .resolver-plugins/bind920.json fi test -d .github/ci test -f .resolver-plugins/bind920.json