From 23ce029319f5dae6fbf3fefbdbf0cfba7017335f Mon Sep 17 00:00:00 2001 From: ClarkWalker Date: Thu, 16 Jan 2025 00:14:54 +0800 Subject: [PATCH] Rebase workflow runs on (#1468) * Add rebase workflow * Add runs-on context https://github.com/cirrus-actions/rebase/pull/102 --- .github/workflows/rebase.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 239a20b..040b524 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -5,6 +5,7 @@ on: jobs: rebase: name: Rebase + runs-on: ubuntu-latest if: >- github.event.issue.pull_request != '' && (