diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9acf8a55..fa097c81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: - main pull_request: types: [opened, synchronize, reopened, ready_for_review] + workflow_dispatch: schedule: - cron: '33 7 * * 0' # run weekly on sundays jobs: diff --git a/docs/reference.rst b/docs/reference.rst index 022449bd..d85911b3 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -149,7 +149,7 @@ server supports. # or - with StatsClient().pipeline as pipe: + with StatsClient().pipeline() as pipe: pipe.incr('bar') .. py:class:: Timer()