Add container Actions probe
This commit is contained in:
parent
cb150afa4e
commit
1e0f866000
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/container-probe.yaml
Normal file
7
.forgejo/workflows/container-probe.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
jobs:
|
||||
container-probe:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo forgejo-container-probe-ok
|
||||
Loading…
Add table
Add a link
Reference in a new issue