mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
commit
1803742af8
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