diff options
author | Yuriy Andamasov <yuriy@vyos.io> | 2024-06-16 18:56:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-16 19:56:12 +0300 |
commit | 2224890a5be141daf9dd5613de0ebb81bb706db0 (patch) | |
tree | f888ab587d4cb0b8a10c116b194fa473fe59fbfc /.github/workflows/sonarcloud.yml | |
parent | 293d8b840d58d3cf0f94bf1b36e3d898e75088a5 (diff) | |
download | vyos-1x-2224890a5be141daf9dd5613de0ebb81bb706db0.tar.gz vyos-1x-2224890a5be141daf9dd5613de0ebb81bb706db0.zip |
Revert T6494: Update sonarcloud.yml and add more branches for scanning" (#3663)
Diffstat (limited to '.github/workflows/sonarcloud.yml')
-rw-r--r-- | .github/workflows/sonarcloud.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index ceb9607fe..5fa005631 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -3,9 +3,6 @@ on: push: branches: - current - - circinus-stream - - sagitta-stream - - equuleus-stream pull_request_target: types: [opened, synchronize, reopened] jobs: |