diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4c93a2078..078c75d0b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -314,13 +314,13 @@ jobs: with: py_ver: ${{ needs.file-changes.outputs.py_ver }} - sros-tests: - uses: ./.github/workflows/sros-tests.yml - needs: - - file-changes - - build-containerlab - with: - py_ver: ${{ needs.file-changes.outputs.py_ver }} + # sros-tests: + # uses: ./.github/workflows/sros-tests.yml + # needs: + # - file-changes + # - build-containerlab + # with: + # py_ver: ${{ needs.file-changes.outputs.py_ver }} fortigate-tests: uses: ./.github/workflows/fortigate-tests.yml