Skip to content

Commit

Permalink
coverage.yml: temporarily disabled because of permanent upload failures
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 7, 2024
1 parent c802bab commit 020d27f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
build:

runs-on: ubuntu-22.04
if: ${{ github.repository_owner == 'danmar' }}
# FIXME: disabled because the tokenless upload suddenly started to permanently fail
if: false # ${{ github.repository_owner == 'danmar' }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 020d27f

Please sign in to comment.