Skip to content

Commit

Permalink
DO NOT MERGE TO MAIN: temporarily run tasks on 'migration' branch ins…
Browse files Browse the repository at this point in the history
…tead of 'main'

I'm using this branch as a temporary staging branch to get everything
working. This way `main` can stay pristine and track what's in the
old repo.
  • Loading branch information
ahal committed Jul 9, 2024
1 parent 45e8fbf commit 33cdd97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy
on:
push:
branches: ["main"]
branches: ["main", "migration"]
pull_request:
branches: ["main"]
branches: ["main", "migration"]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tasks:
$if: >
tasks_for in ["action", "pr-action", "cron"]
|| (tasks_for == "github-release" && releaseAction == "published")
|| (tasks_for == "github-push" && short_head_ref == "main")
|| (tasks_for == "github-push" && short_head_ref == "migration")
|| (isPullRequest && pullRequestAction in ["opened", "reopened", "synchronize"])
then:
taskId: {$if: 'tasks_for != "action"', then: '${ownTaskId}'}
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ taskgraph:
name: fxci-config
project-regex: fxci-config.*
default-repository: https://github.com/mozilla-releng/fxci-config
default-ref: main
default-ref: migration
type: git

workers:
Expand Down

0 comments on commit 33cdd97

Please sign in to comment.