diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 00:15:38 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 00:15:38 +0100 |
commit | 33388f934ab1bc88aa87479bf025435b503ea847 (patch) | |
tree | 6873216437e2fc31ef149702fb52c0e4099857d6 /.github/workflows | |
parent | Makefile: rename a variable (diff) | |
download | maintenance-33388f934ab1bc88aa87479bf025435b503ea847.tar.gz maintenance-33388f934ab1bc88aa87479bf025435b503ea847.zip |
workflows/run: change the default param value
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/run.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index d171d6b..6f7a3ef 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -6,7 +6,7 @@ on: hosts: description: Inventory pattern required: false - default: all + default: cloud jobs: run: |