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
|
||||
|
||||
run-unlighthouse:
|
||||
needs: [ build-site ]
|
||||
if: success()
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Launch workflow
|
||||
|
|
|
@ -67,6 +67,8 @@ jobs:
|
|||
dockge status firq-dev
|
||||
|
||||
run-unlighthouse:
|
||||
needs: [ build-site ]
|
||||
if: success()
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Launch workflow
|
||||
|
|
Loading…
Reference in a new issue