From 92ba0fe722839efc8bf3487bb2d122d9dcde9dc8 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Fri, 30 Dec 2022 19:45:39 +0000 Subject: [PATCH] set dependency check to only run occationally --- .github/workflows/dependencies-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependencies-check.yml b/.github/workflows/dependencies-check.yml index d3f3fe0..5e68764 100644 --- a/.github/workflows/dependencies-check.yml +++ b/.github/workflows/dependencies-check.yml @@ -2,7 +2,7 @@ name: Dependencies Check on: schedule: - - cron: '30 19 * * *' + - cron: '43 3 * * 6,3' workflow_dispatch: {} jobs: @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v3 - uses: samuelcolvin/list-python-dependencies@main id: list-python-dependencies + with: + mode: first-last test: name: test py${{ matrix.python-version }} on ${{ matrix.PYTHON_DEPENDENCY_CASE }}