8000 chore: upgrade supported language versions by childish-sambino · Pull Request #589 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

chore: upgrade supported language versions #589

New issue

Hav 8000 e a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
C802
Diff view
Prev Previous commit
don't run sonar for every version or forks
  • Loading branch information
Sam Harrison committed Feb 8, 2022
commit 795ac28260facafd38e0ada727aa8c5489aa2384
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# only send coverage for PRs and branch updates
- name: SonarCloud Scan
if: ${{ github.event_name == 'pull_request' || github.ref_type == 'branch' }}
if: (github.event_name == 'pull_request' || github.ref_type == 'branch') && !github.event.pull_request.head.repo.fork && matrix.python-version == '3.10'
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down
0