summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml')
-rw-r--r--meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml b/meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml
index 45a74436a2..556317df54 100644
--- a/meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml
+++ b/meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml
@@ -15,9 +15,9 @@ on:
jobs:
cancel-redundant-workflows:
- runs-on: [self-hosted, Linux]
+ runs-on: ubuntu-latest
steps:
- - uses: styfle/cancel-workflow-action@0.9.1
+ - uses: styfle/cancel-workflow-action@0.10.0
with:
all_but_latest: true
workflow_id: ${{ github.event.workflow.id }}