Skip to content

Commit

Permalink
[PAN-1889] Use python-versions matrix in CI (#17)
Browse files Browse the repository at this point in the history
* feature: pin CI and Sonar to v1
  • Loading branch information
juanmanuel-tirado authored May 16, 2024
1 parent aedc0a5 commit 4c0bc9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ 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@v1
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 4c0bc9d

Please sign in to comment.