diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-09 23:36:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 21:06:28 +0300 |
commit | 2470f189a74fdeebdeca57ab21f6a6804069ddaf (patch) | |
tree | d05a7b1567ea7ef594a3e8cab63fa8515aa7f006 /.github/workflows/check-pr-conflicts.yml | |
parent | 863ff36b84e4d0220a5fb79b2243502c85deb0c1 (diff) | |
download | vyos-1x-2470f189a74fdeebdeca57ab21f6a6804069ddaf.tar.gz vyos-1x-2470f189a74fdeebdeca57ab21f6a6804069ddaf.zip |
T6564: workflow trigger restrictions for circinus (#3802)
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 f09e66415..41efc4601 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@current + uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@circinus secrets: inherit |