Allow workflow to silently succeed if nothing is to be committed
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
parent
da98fa3804
commit
8783a3aa6e
1 changed files with 4 additions and 0 deletions
|
|
@ -72,3 +72,7 @@ jobs:
|
|||
source_folder: "docs/sources"
|
||||
# Append ".x" to target to produce a v<major>.<minor>.x directory.
|
||||
target_folder: "content/docs/oncall/${{ steps.target.outputs.target }}.x"
|
||||
# Allow the workflow to succeed if there are no changes to commit.
|
||||
# This is only going to be true on tags as those events ignore the path
|
||||
# filter in the workflow `on.push` section.
|
||||
allow_no_changes: "true"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue