summaryrefslogtreecommitdiff
path: root/.github/workflows/get-api-diff.yml
diff options
context:
space:
mode:
authorKisaragi <48310258+KisaragiEffective@users.noreply.github.com>2024-07-14 17:27:27 +0900
committerGitHub <noreply@github.com>2024-07-14 17:27:27 +0900
commit09d30fef5b274c988e98e52f474afe11ff843111 (patch)
treeee33b93bdf05b8ac5f27ed3626cf9f8e84337fcf /.github/workflows/get-api-diff.yml
parentfix(frontend): Nested RouteのときにRouterViewに当たるキーがルー... (diff)
downloadsharkey-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 '.github/workflows/get-api-diff.yml')
-rw-r--r--.github/workflows/get-api-diff.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml
index 9b9c8f11c4..33fa2ccc39 100644
--- a/.github/workflows/get-api-diff.yml
+++ b/.github/workflows/get-api-diff.yml
@@ -9,7 +9,7 @@ on:
paths:
- packages/backend/**
- .github/workflows/get-api-diff.yml
-
+ - .github/workflows/get-api-diff.yml
jobs:
get-from-misskey:
runs-on: ubuntu-latest