diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24dcbbe..f54e543 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,5 +8,6 @@ on: jobs: shared: - uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@84c18c1b5bf447e4a02f94c45c5266abab52bd55 - secrets: inherit + #uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@84c18c1b5bf447e4a02f94c45c5266abab52bd55 + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@bfa40a057ee83727f0fef501169ceceef5a855e7 + diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 7f480d6..1c19bfa 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -5,13 +5,8 @@ on: workflows: [CI] types: [completed] -# on: -# push: -# branches: -# - main -# pull_request: - jobs: shared: - uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@b4f84736d0bfdce801b59ce862847885da3db776 - secrets: inherit + #uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@b4f84736d0bfdce801b59ce862847885da3db776 + uses: juanmanuel-tirado/ci-workflows/.github/workflows/sonar.yaml@bfa40a057ee83727f0fef501169ceceef5a855e7 +