Skip to content

Commit

Permalink
fix: pin test with python version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed May 14, 2024
1 parent 8035e5b commit 9dcbffa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
shared:
uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@84c18c1b5bf447e4a02f94c45c5266abab52bd55
uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@8651148b739f73851ab50c671da422c94bc55095
secrets: inherit
16 changes: 4 additions & 12 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
name: Sonar

on:
workflow_run:
workflows: [CI]
types: [completed]

# on:
# push:
# branches:
# - main
# pull_request:
workflow_run:
workflows: [CI]
types: [completed]

jobs:
shared:
uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@b4f84736d0bfdce801b59ce862847885da3db776
secrets: inherit
uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@v1

0 comments on commit 9dcbffa

Please sign in to comment.