From 9ffcbb8f95b88e7248f7de6abea4693ec96bdfcb Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 1 Sep 2026 19:28:57 -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 00000000..bbc8257a --- /dev/null +++ b/.github/workflows/every_thursday.yml @@ -0,0 +1,17 @@ +--- +name: libcryptsetup 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