fix: update workflow_run to remove quotes around Docker Lint
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -22,7 +22,7 @@ name: Docker Build, Publish & Test
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Docker Lint"]
|
||||
workflows: [Docker Lint]
|
||||
types: [completed]
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
Reference in New Issue
Block a user