1 parent bfc2a4e commit b9811fcCopy full SHA for b9811fc
1 file changed
.github/workflows/timeout.yml
@@ -1,5 +1,8 @@
1
name: Timeout
2
-on: push
+on:
3
+ push:
4
+ paths:
5
+ - ".github/workflows/timeout.yml" # ワークフローファイルのみ
6
jobs:
7
sleep:
8
runs-on: ubuntu-latest
0 commit comments