mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-16 01:50:40 +00:00
watcher: dispatch build-image after bump
This commit is contained in:
9
.github/workflows/upstream-patches-watch.yml
vendored
9
.github/workflows/upstream-patches-watch.yml
vendored
@@ -60,3 +60,12 @@ jobs:
|
|||||||
author: { name: 'ps5-linux-bot', email: 'ps5-linux-bot@users.noreply.github.com' },
|
author: { name: 'ps5-linux-bot', email: 'ps5-linux-bot@users.noreply.github.com' },
|
||||||
});
|
});
|
||||||
core.info(`pushed bump to ${latest}`);
|
core.info(`pushed bump to ${latest}`);
|
||||||
|
|
||||||
|
// Pushes authored by GITHUB_TOKEN don't fire workflow_run /
|
||||||
|
// push events, so trigger-builds.yml won't auto-run. Kick off
|
||||||
|
// the matrix build directly.
|
||||||
|
await github.rest.actions.createWorkflowDispatch({
|
||||||
|
owner, repo, workflow_id: 'build-image.yml', ref: 'main',
|
||||||
|
inputs: { distro: 'all' },
|
||||||
|
});
|
||||||
|
core.info('dispatched build-image.yml distro=all');
|
||||||
|
|||||||
Reference in New Issue
Block a user