mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
meh
This commit is contained in:
parent
7daf5c5177
commit
70e302b938
1 changed files with 1 additions and 1 deletions
|
@ -1583,7 +1583,7 @@ def workflow_config(
|
|||
jobs.update({_.job_name: False for _ in TEST_SALT_PKG_LISTING[kind]}) # type: ignore
|
||||
|
||||
# If there is no arm runner disable arm64
|
||||
if os.environ.get("LINUX_ARM_RUNNER", "0") != "0":
|
||||
if os.environ.get("LINUX_ARM_RUNNER", "0") == "0":
|
||||
for kind in kinds:
|
||||
jobs.update(
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue