diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-15 08:09:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 08:09:37 +0200 |
commit | 5d46c64a3041504a81e630790a88738300b232c1 (patch) | |
tree | cba1eebcb40c7a6a8c5d9cdd4a11fa6ce88054a7 /.github/workflows/check-pr-conflicts.yml | |
parent | 95b62fbc35b3da0cb7e7fea0b02b3d16fa0368b3 (diff) | |
parent | 36fa614b02f8cdca7a4ffd869a231ca6eef64273 (diff) | |
download | vyos-1x-5d46c64a3041504a81e630790a88738300b232c1.tar.gz vyos-1x-5d46c64a3041504a81e630790a88738300b232c1.zip |
Merge pull request #3648 from vyos/mergify/bp/sagitta/pr-3647
T6487: updated central workflows to use current branch (backport #3647)
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 0c659e6ed..8a8e64c21 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@sagitta secrets: inherit |