Skip to content

Commit

Permalink
Temporarily allow PR channel for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 12, 2023
1 parent a1dd629 commit 0e255c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ jobs:
SHELL: bash
GITHUB_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 10
if: contains(fromJSON('["refs/heads/master", "refs/heads/beta", "refs/heads/release", "refs/heads/LTS"]'), github.ref) || startsWith(github.event.pull_request.head.ref, 'version/')

# === Deploy Steps ===
steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/update-version-list/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const S3Bucket = "update/state/"
const VersionsJson = "versions.json"

// Valid channels to update the master version file with.
var ValidChannels = []string{"master", "beta", "release", "LTS"}
var ValidChannels = []string{"master", "beta", "release", "LTS", "mitchell"}

func init() {
if !condition.OnCI() {
Expand Down

0 comments on commit 0e255c2

Please sign in to comment.