From 58a761ce73329d61c96f0d7d62c17aae84cca134 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Mon, 13 May 2024 13:39:49 +0200 Subject: [PATCH] ci: remove nightly step in scheduled --- .github/workflows/scheduled.yml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index b55997a..4be845e 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -18,30 +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 - with: - submodules: true - - 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