Skip to content

Commit de35b30

Browse files
ci: fix tics analysis action (#5615)
1 parent 0936b62 commit de35b30

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test-coverage-tics:
1111
name: Run tests with coverage and generate TiCS report
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
timeout-minutes: 720
1414
steps:
1515
- uses: actions/checkout@v4
@@ -51,9 +51,6 @@ jobs:
5151
# See:
5252
# https://github.com/tiobe/tics-github-action?tab=readme-ov-file#tics-github-action
5353
mode: ${{ github.event_name == 'pull_request' && 'client' || 'qserver' }}
54-
# In case of a scheduled run, we want TiCS to analyze main,
55-
# otherwise the ref (branch/tag) we just pushed to
56-
branchname: ${{ github.event_name == 'schedule' && 'main' || github.ref_name }}
5754
project: maas-ui
5855
viewerUrl: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default
5956
ticsAuthToken: ${{ secrets.TICSAUTHTOKEN }}

0 commit comments

Comments
 (0)