cancel-in-progress not work #307

Open
opened 2023-07-24 07:37:53 +00:00 by PittyXu · 1 comment

Can not cancel a currently running workflow from the same PR, branch or tag when a new workflow is triggered.

name: Workflow X

on: # ...

concurrency:
  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
  cancel-in-progress: true

jobs: # ...

act: 0.2.3
gitea: 1.20.0

Can not cancel a currently running workflow from the same PR, branch or tag when a new workflow is triggered. ``` name: Workflow X on: # ... concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: # ... ``` act: 0.2.3 gitea: 1.20.0
lunny added the
kind
feature
label 2023-07-24 10:27:12 +00:00
Owner
It's unsupported yet. See https://docs.gitea.com/usage/actions/comparison#concurrency
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/act_runner#307
No description provided.