Skip to content

Commit d03abd7

Browse files
authored
Merge pull request #791 from flairNLP/update-blocklist
Update blocklist for Publisher Coverage
2 parents e9060ba + 736a2c6 commit d03abd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publisher_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# We skip the Kicker APNews publishers, because they are IP-blocked
3333
run: |
3434
set -o pipefail
35-
timeout 25m python -u scripts/publisher_coverage.py --skip Kicker APNews | tee publisher_coverage.txt
35+
timeout 25m python -u scripts/publisher_coverage.py --skip Kicker APNews Tageblatt | tee publisher_coverage.txt
3636
3737
- name: Upload Coverage Report
3838
if: always()

0 commit comments

Comments
 (0)