From 7decbba63c22b6fc65ec07fa7b008fe2938aa06c Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Thu, 8 Feb 2024 14:00:55 +0100 Subject: [PATCH] ci: remove scheduled/nightly --- .github/workflows/scheduled.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index ff91411..30fc4a6 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -18,29 +18,7 @@ concurrency: name: rolling jobs: - # https://twitter.com/mycoliza/status/1571295690063753218 - nightly: - runs-on: ubuntu-latest - name: ubuntu / 3.13-dev - steps: - - uses: actions/checkout@v4 - - name: Install pdm - uses: pdm-project/setup-pdm@v4 - with: - python-version: "3.11" - - name: Install python - uses: actions/setup-python@v5 - with: - python-version: "3.13-dev" - - run: python --version - - name: pdm lock - if: hashFiles('pdm.lock') == '' - run: pdm lock - - name: pdm sync --dev - run: pdm sync --dev - - name: make test - run: make test - # https://twitter.com/alcuadrado/status/1571291687837732873 + update: # This action checks that updating the dependencies of this crate to the latest available that # satisfy the versions in Cargo.toml does not break this crate. This is important as consumers