From de62516b323ad430933a07147a05d1c6750acca3 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 22 Jun 2022 12:52:24 +0200 Subject: [PATCH] Fix workflow. --- .github/workflows/docs-pr.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index 665a12d4fd..4f486665f4 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -6,4 +6,12 @@ on: pull_request_target: types: [opened, synchronize, reopened, closed] -jobs: {} +jobs: + build-docs: + permissions: + contents: read + name: Build Ansible Docs + steps: + - name: Do nothing + run: + echo hi