From f563e80c0d6c52c905f9f14ec29e64d96e4dbc72 Mon Sep 17 00:00:00 2001 From: stackhpc-ci <22933334+stackhpc-ci@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:38:04 +0000 Subject: [PATCH] feat: automatic update of workflows master --- .github/workflows/upstream-sync.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/upstream-sync.yml diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml new file mode 100644 index 0000000..3899fed --- /dev/null +++ b/.github/workflows/upstream-sync.yml @@ -0,0 +1,15 @@ +--- +name: Upstream Sync +'on': + schedule: + - cron: "15 6 * * 1" + workflow_dispatch: +permissions: + contents: write + pull-requests: write +jobs: + synchronise-2025-1: + name: Synchronise 2025.1 + uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main + with: + release_series: 2025.1