update all workflows to use ** to recursively check for file changes
Some checks are pending
/ render-helm (push) Waiting to run
/ build-openbao-csi-provider (push) Successful in 17s
/ build-keycloak (push) Successful in 50s
/ build-synapse (push) Successful in 46s
/ build-traefik-forward-auth (push) Successful in 40s
/ build-openbao (push) Successful in 10m32s
Some checks are pending
/ render-helm (push) Waiting to run
/ build-openbao-csi-provider (push) Successful in 17s
/ build-keycloak (push) Successful in 50s
/ build-synapse (push) Successful in 46s
/ build-traefik-forward-auth (push) Successful in 40s
/ build-openbao (push) Successful in 10m32s
This commit is contained in:
parent
db49b77556
commit
cb7222c78e
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- containers/keycloak/*
|
- containers/keycloak/**
|
||||||
- .forgejo/workflows/build-keycloak.yaml
|
- .forgejo/workflows/build-keycloak.yaml
|
||||||
jobs:
|
jobs:
|
||||||
build-keycloak:
|
build-keycloak:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- containers/openbao-csi-provider/*
|
- containers/openbao-csi-provider/**
|
||||||
- .forgejo/workflows/build-openbao-csi-provider.yaml
|
- .forgejo/workflows/build-openbao-csi-provider.yaml
|
||||||
jobs:
|
jobs:
|
||||||
build-openbao-csi-provider:
|
build-openbao-csi-provider:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- containers/openbao/*
|
- containers/openbao/**
|
||||||
- .forgejo/workflows/build-openbao.yaml
|
- .forgejo/workflows/build-openbao.yaml
|
||||||
jobs:
|
jobs:
|
||||||
build-openbao:
|
build-openbao:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- containers/synapse/*
|
- containers/synapse/**
|
||||||
- .forgejo/workflows/build-synapse.yaml
|
- .forgejo/workflows/build-synapse.yaml
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 */7 * *'
|
- cron: '0 12 */7 * *'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- containers/traefik-forward-auth/*
|
- containers/traefik-forward-auth/**
|
||||||
- .forgejo/workflows/build-traefik-forward-auth.yaml
|
- .forgejo/workflows/build-traefik-forward-auth.yaml
|
||||||
jobs:
|
jobs:
|
||||||
build-traefik-forward-auth:
|
build-traefik-forward-auth:
|
||||||
|
|
Loading…
Reference in a new issue