mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 19:45:34 -04:00
14 lines
275 B
YAML
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
|