Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Apr 11, 2024
1 parent 1f78fcb commit 6b28af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
build:

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

if: ${{ github.repository_owner == 'danmar' }}

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

0 comments on commit 6b28af0

Please sign in to comment.