Skip to content

[DOC] Fixes.

[DOC] Fixes. #360

Workflow file for this run

name: Cancel workflows
on: [push, pull_request_target]
env:
TZ: Europe/Berlin
jobs:
cancel:
name: "Cancel previous runs"
runs-on: ubuntu-20.04
steps:
- uses: styfle/[email protected]
with:
workflow_id: ci_linux.yml, ci_macos.yml, ci_misc.yml, ci.yml
all_but_latest: true
access_token: ${{ github.token }}