diff options
| author | Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> | 2024-07-14 17:27:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-14 17:27:27 +0900 |
| commit | 09d30fef5b274c988e98e52f474afe11ff843111 (patch) | |
| tree | ee33b93bdf05b8ac5f27ed3626cf9f8e84337fcf /packages/frontend/src/scripts | |
| parent | fix(frontend): Nested RouteのときにRouterViewに当たるキーがルー... (diff) | |
| download | sharkey-09d30fef5b274c988e98e52f474afe11ff843111.tar.gz sharkey-09d30fef5b274c988e98e52f474afe11ff843111.tar.bz2 sharkey-09d30fef5b274c988e98e52f474afe11ff843111.zip | |
ci: ワークフローが更新されたときにもワークフローが起動するようにする (#14207)
* ci: include themselves in `on.push.paths`
command: find .github/workflows -type f \( -name '*.yaml' -or -name '*.yml' \) | xargs -I {} yq_4.44.2-linux_x86-64 'select(.on.push.paths != null) | .[0] | map("{}")[0]' {} | xargs -I {} ~/.local/bin/yq_4.44.2-linux_x86-64 -i '.on.push.paths += ["{}"]' {}
* ci: include themselves in `on.pull_request.paths`
command: find .github/workflows -type f \( -name '*.yaml' -or -name '*.yml' \) | xargs -I {} yq_4.44.2-linux_x86-64 'select(.on.pull_request.paths != null) | .[0] | map("{}")[0]' {} | xargs -I {} ~/.local/bin/yq_4.44.2-linux_x86-64 -i '.on.pull_request.paths += ["{}"]' {}
Diffstat (limited to 'packages/frontend/src/scripts')
0 files changed, 0 insertions, 0 deletions