Skip to content

Commit a3a23a9

Browse files
committed
DNM
1 parent 9f95df1 commit a3a23a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-report.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
# Run 2h after the daily tests.yaml
66
- cron: "0 8,20 * * *"
77
workflow_dispatch:
8+
push:
89

910
jobs:
1011
test-report:
1112
name: Test Report
12-
# Do not run the report job on forks
13-
if: github.repository == 'dask/distributed' || github.event_name == 'workflow_dispatch'
1413
runs-on: ubuntu-latest
1514
env:
1615
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)