Test with tag
This commit is contained in:
parent
ed91be36d7
commit
10d61b3872
2 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,8 @@ jobs:
|
||||||
dockge status firq-dev-preview
|
dockge status firq-dev-preview
|
||||||
|
|
||||||
run-unlighthouse:
|
run-unlighthouse:
|
||||||
|
needs: [ build-site ]
|
||||||
|
if: success()
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Launch workflow
|
- name: Launch workflow
|
||||||
|
|
|
@ -67,6 +67,8 @@ jobs:
|
||||||
dockge status firq-dev
|
dockge status firq-dev
|
||||||
|
|
||||||
run-unlighthouse:
|
run-unlighthouse:
|
||||||
|
needs: [ build-site ]
|
||||||
|
if: success()
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Launch workflow
|
- name: Launch workflow
|
||||||
|
|
Loading…
Reference in a new issue