Run workflows on their change
This commit is contained in:
parent
f46a2ec4b0
commit
da57e4e6b5
3
.github/workflows/debian-cache.yml
vendored
3
.github/workflows/debian-cache.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 0 * * 5'
|
- cron: '45 0 * * 5'
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/debian-cache.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
debian-cache:
|
debian-cache:
|
||||||
|
1
.github/workflows/images-debian.yml
vendored
1
.github/workflows/images-debian.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'tools/qemu-debian-img/**'
|
- 'tools/qemu-debian-img/**'
|
||||||
|
- '.github/workflows/images-debian.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
images:
|
images:
|
||||||
|
1
.github/workflows/images-oraclelinux.yml
vendored
1
.github/workflows/images-oraclelinux.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'tools/qemu-oraclelinux-img/**'
|
- 'tools/qemu-oraclelinux-img/**'
|
||||||
|
- '.github/workflows/images-oraclelinux.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
images-oraclelinux:
|
images-oraclelinux:
|
||||||
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/workflows/images-*"
|
- ".github/workflows/images-*"
|
||||||
|
- ".github/workflows/debian-cache.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/workflows/images-*"
|
- ".github/workflows/images-*"
|
||||||
|
- ".github/workflows/debian-cache.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user