mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 16:22:21 +03:00
5573afc8d5
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
451 B
YAML
19 lines
451 B
YAML
name: Cancel
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- edited
|
|
- synchronize
|
|
|
|
jobs:
|
|
cancel:
|
|
name: 'Cancel Previous Runs'
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 2
|
|
steps:
|
|
- uses: styfle/cancel-workflow-action@0.12.0
|
|
with:
|
|
# See https://api.github.com/repos/toeverything/AFFiNE/actions/workflows
|
|
workflow_id: 44038251, 61883931, 65188160, 66789140
|
|
access_token: ${{ github.token }}
|