Files
matrix-rust-sdk/.github/workflows/cancel_others.yml
2022-10-18 16:51:07 +02:00

14 lines
275 B
YAML

on:
pull_request:
branches: [main]
jobs:
cancel-others:
runs-on: ubuntu-latest
steps:
- name: Cancel workflows for older commits
uses: styfle/cancel-workflow-action@0.11.0
with:
workflow_id: all
all_but_latest: true