summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-10 18:29:17 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-10 18:29:17 +0300
commit764eb7dc6f026b679afaef5b5eebd24a1d42574a (patch)
tree8dd7b20e6af21659da102ad0f9cbbf0bfd03748a /.github/workflows
parent644c8b8a143402326fee572ae284321073921d7c (diff)
downloadvyos-documentation-764eb7dc6f026b679afaef5b5eebd24a1d42574a.tar.gz
vyos-documentation-764eb7dc6f026b679afaef5b5eebd24a1d42574a.zip
ci: fix open-prs-conflict caller — point at correct vyos/.github workflow file
The caller workflow referenced `vyos/.github/.github/workflows/check-open-prs-conflict.yml@current`, but that file does not exist in `vyos/.github`. The workflow was renamed to `check-pr-conflict.yml` (without "open") at some point after the caller was added in 86a282ec (#1638, 2025-05-26). Result: every push to a watched branch since at least 2026-05-07 has produced a "workflow file issue" failure. Verified via `gh api repos/vyos/.github/contents/.github/workflows`. The called workflow is `workflow_call`-callable with no inputs, so this is a one-line ref fix. No behavior change to the caller's trigger list. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-open-prs-conflict.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-open-prs-conflict.yml b/.github/workflows/check-open-prs-conflict.yml
index 9667fd62..f7b32cbf 100644
--- a/.github/workflows/check-open-prs-conflict.yml
+++ b/.github/workflows/check-open-prs-conflict.yml
@@ -13,5 +13,5 @@ permissions:
jobs:
check-pr-conflict-call:
- uses: vyos/.github/.github/workflows/check-open-prs-conflict.yml@current
+ uses: vyos/.github/.github/workflows/check-pr-conflict.yml@current
secrets: inherit