Skip to content

Commit

Permalink
Removed sonarcloud and reset caches for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Jul 6, 2022
1 parent b9b1c06 commit 959007e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,3 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git checkout $GITHUB_HEAD_REF
git commit -am "autoformat: isort & black" && git push || true
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
if: ${{ (matrix.os == 'ubuntu-18.04') && (matrix.python-version == 3.8) }}
env:
GITHUB_TOKEN: ${{ secrets.SONAR_GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.6
poetry-version: 1.1.11
- name: Cache Poetry virtualenv
uses: actions/cache@v1
uses: actions/cache@v3
id: cache
with:
path: ~/.virtualenvs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.6
poetry-version: 1.1.11
- name: Cache Poetry virtualenv
uses: actions/cache@v1
uses: actions/cache@v3
id: cache
with:
path: ~/.virtualenvs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.8
poetry-version: 1.1.11

- name: Cache Poetry virtualenv
uses: actions/cache@v1
uses: actions/cache@v3
id: cache
with:
path: ~/.virtualenvs
Expand Down

0 comments on commit 959007e

Please sign in to comment.