We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f95df1 commit a3a23a9Copy full SHA for a3a23a9
.github/workflows/test-report.yaml
@@ -5,12 +5,11 @@ on:
5
# Run 2h after the daily tests.yaml
6
- cron: "0 8,20 * * *"
7
workflow_dispatch:
8
+ push:
9
10
jobs:
11
test-report:
12
name: Test Report
- # Do not run the report job on forks
13
- if: github.repository == 'dask/distributed' || github.event_name == 'workflow_dispatch'
14
runs-on: ubuntu-latest
15
env:
16
GITHUB_TOKEN: ${{ github.token }}
0 commit comments