Skip to content

Commit

Permalink
v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Aug 30, 2023
1 parent a188782 commit 7c7462a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/github/branches.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "github_branch_protection" "kayobe_branch_protection_py_3-6" {
"tox / Tox py3 with Python 3.8",
"tox / Tox py3 with Python 3.6"
]
}))
}).all)
strict = false
}

Expand Down Expand Up @@ -125,7 +125,7 @@ resource "github_branch_protection" "kayobe_branch_protection_py_3-10" {
"tox / Tox py3 with Python 3.10",
"tox / Tox py3 with Python 3.8"
]
}))
}).all)
strict = false
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/github/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"aio (Ubuntu OVS) / All in one",
"aio (Ubuntu OVN) / All in one"
],
"stackhpc/zed": [
"stackhpc/[z,2]*": [
"Tox pep8 with Python 3.10",
"Tox releasenotes with Python 3.10",
"Build Kayobe Image / Build kayobe image",
Expand Down

0 comments on commit 7c7462a

Please sign in to comment.