diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-22 15:44:40 +0530 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-26 20:08:33 +0200 |
commit | cede3f23088c291995cf985a8e65fed838e06d1d (patch) | |
tree | c06a16ee75afcfd315f6d19bbb15e794a7a921af /.github/workflows/check-pr-conflicts.yml | |
parent | e642c4682ce473e1af678f1c0e7225822a4faecd (diff) | |
download | vyos-build-cede3f23088c291995cf985a8e65fed838e06d1d.tar.gz vyos-build-cede3f23088c291995cf985a8e65fed838e06d1d.zip |
T6508: pr workflows updated for branch and target
(cherry picked from commit 4300ed36ef6006c15130234344d321c032a8b271)
Diffstat (limited to '.github/workflows/check-pr-conflicts.yml')
-rw-r--r-- | .github/workflows/check-pr-conflicts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml index 0c659e6e..41efc460 100644 --- a/.github/workflows/check-pr-conflicts.yml +++ b/.github/workflows/check-pr-conflicts.yml @@ -10,5 +10,5 @@ permissions: jobs: check-pr-conflict-call: - uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@circinus secrets: inherit |