diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-05 00:36:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 00:36:46 +0530 |
commit | 2be8ed14c6a9d6b136529c5046b84d1412fbcb04 (patch) | |
tree | a01b56d9b1a13f833610eae6d44d07b05768743f /.github/workflows/chceck-pr-message.yml | |
parent | 03f91b085a3daf6e1a7dee4df895d6e0a0212a2b (diff) | |
download | vyos-1x-2be8ed14c6a9d6b136529c5046b84d1412fbcb04.tar.gz vyos-1x-2be8ed14c6a9d6b136529c5046b84d1412fbcb04.zip |
T6556: trigger workflow branches cleanup - circinus
Diffstat (limited to '.github/workflows/chceck-pr-message.yml')
-rw-r--r-- | .github/workflows/chceck-pr-message.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml index c567a5934..fda5696c9 100644 --- a/.github/workflows/chceck-pr-message.yml +++ b/.github/workflows/chceck-pr-message.yml @@ -4,10 +4,6 @@ name: Check pull request message format on: pull_request_target: branches: - - current - - crux - - equuleus - - sagitta - circinus types: [opened, synchronize, edited] |