mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
When on a GitHub actions runner, spin the unmodified launch template.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
fce2e1cc76
commit
abd51f2a04
1 changed files with 1 additions and 2 deletions
|
@ -452,8 +452,7 @@ class VM:
|
|||
ssh_connection_timeout_progress = 0
|
||||
|
||||
network_interfaces = None
|
||||
if key_name is None:
|
||||
key_name = "github-actions"
|
||||
if os.environ.get("RUNNER_NAME") is not None:
|
||||
log.info("Starting CI configured VM")
|
||||
else:
|
||||
# This is a developer running
|
||||
|
|
Loading…
Add table
Reference in a new issue