1
0
Fork 0

Run workflows on their change

master
dump_stack() 2023-05-12 09:12:18 +00:00
parent f46a2ec4b0
commit da57e4e6b5
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
5 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: '45 0 * * 5'
push:
paths:
- '.github/workflows/debian-cache.yml'
jobs:
debian-cache:

View File

@ -5,6 +5,7 @@ on:
push:
paths:
- 'tools/qemu-debian-img/**'
- '.github/workflows/images-debian.yml'
jobs:
images:

View File

@ -5,6 +5,7 @@ on:
push:
paths:
- 'tools/qemu-oraclelinux-img/**'
- '.github/workflows/images-oraclelinux.yml'
jobs:
images-oraclelinux:

View File

@ -5,6 +5,7 @@ on:
push:
paths-ignore:
- ".github/workflows/images-*"
- ".github/workflows/debian-cache.yml"
pull_request:
jobs:

View File

@ -5,6 +5,7 @@ on:
push:
paths-ignore:
- ".github/workflows/images-*"
- ".github/workflows/debian-cache.yml"
pull_request:
jobs: