Though concurrency is also defined in the composed workflow, this
action needs it as well. The permissions are also important to
allow to nested actions to execute properly.
Change-Id: I340202d53dac355a2f357535af058edd8223e175
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
default: "{}"
type: string
+concurrency:
+ # yamllint disable-line rule:line-length
+ group: ci-management-${{ github.workflow }}-${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }}
+ cancel-in-progress: true
+
+permissions: read-all
+
jobs:
call-composed-ci-man-verify:
# yamllint disable-line rule:line-length