release: Run other workflows explicitly

To bypass restrictions on GitHub Actions run the docs and ci workflows
manually after creating a release. GitHub Actions does not trigger
other workflows from a workflow run if not using a personal access
token (PAT). By calling the workflows explicitly, it is possible to
work around this restriction without the need for a PAT.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2023-08-09 09:52:46 +02:00
parent 4a65be3b45
commit 6c3aad2f82
2 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: '0 6 * * *'
jobs: