From ad6fcc1853ca7c9449acddf1bcc09a25f8ed30fd Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 1 Sep 2026 19:35:12 -0400 Subject: [PATCH] Trigger Rust version bump action every Thursday The cron job syntax does not allow specifying every sixth Thursday. So the shared action is run every Thursday but it only creates a PR if the stable version published by the Rust organization is higher than the version in rust-toolchain.toml. Signed-off-by: mulhern --- .github/workflows/every_thursday.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/every_thursday.yml diff --git a/.github/workflows/every_thursday.yml b/.github/workflows/every_thursday.yml new file mode 100644 index 0000000..bd0d6cc --- /dev/null +++ b/.github/workflows/every_thursday.yml @@ -0,0 +1,17 @@ +--- +name: loopdev-3 thursday evening + +on: + schedule: + - cron: 15 23 * * 4 + + workflow_dispatch: + +jobs: + current_rust_version: + permissions: + contents: write + pull-requests: write + uses: stratis-storage/github-actions/.github/workflows/rust_development_version.yml@master + with: + fedora-container-image-number: 43 # CURRENT DEVELOPMENT ENVIRONMENT