Skip to content

Commit

Permalink
add changelog news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 17, 2024
1 parent b36e5dc commit 111976c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
name: ci-tests-pypi

on:
pull_request:
workflow_dispatch:
schedule:
# every day @ 00h03 except sunday (see ci-locks.yml)
- cron: "3 0 * * 1-6"
# every day @ 00h03
- cron: "3 0 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions changelog/1158.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Added ``ci-tests-pypi`` :fab:`github` Action to assist with early detection
of breaking regressions in package dependencies by running nightly tests
against the latest resolved PyPI environment. (:user:`bjlittle`)

0 comments on commit 111976c

Please sign in to comment.