Skip to content

Commit 6fcc5a2

Browse files
committed
chore(workflows/{build,outer_link_check}): Fork リポジトリでは定期実行しない
1 parent cb5159b commit 6fcc5a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
build:
22+
if: github.repository_owner == 'cpprefjp' || startsWith(inputs.arguments, '--pull ')
2223
runs-on: ubuntu-latest
2324
steps:
2425
- id: vars

.github/workflows/outer_link_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
build:
12+
if: github.repository_owner == 'cpprefjp'
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Set up Python

0 commit comments

Comments
 (0)