mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-18 12:51:26 -05:00
commit
1803742af8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cancel-merged-branches.yml
vendored
2
.github/workflows/cancel-merged-branches.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
workflow_id: "build-shit.yml",
|
workflow_id: "build-shit.yml",
|
||||||
status: "queued",
|
status: "queued",
|
||||||
branch: "${{ github.event.pull_request.head.label }}"
|
branch: "${{ github.event.pull_request.head.ref }}"
|
||||||
});
|
});
|
||||||
let runs = branch_workflows.data.workflow_runs;
|
let runs = branch_workflows.data.workflow_runs;
|
||||||
runs.forEach((run) => {
|
runs.forEach((run) => {
|
||||||
|
|
Loading…
Reference in a new issue