Skip to content

Commit 944ea85

Browse files
committed
DO NOT MERGE TO MAIN: temporarily run tasks on 'migration' branch instead 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.
1 parent 8a6760b commit 944ea85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: deploy
22
on:
33
push:
4-
branches: ["main"]
4+
branches: ["main", "migration"]
55
pull_request:
6-
branches: ["main"]
6+
branches: ["main", "migration"]
77

88
permissions:
99
contents: read

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ tasks:
9999
$if: >
100100
tasks_for in ["action", "pr-action", "cron"]
101101
|| (tasks_for == "github-release" && releaseAction == "published")
102-
|| (tasks_for == "github-push" && short_head_ref == "main")
102+
|| (tasks_for == "github-push" && short_head_ref == "migration")
103103
|| (isPullRequest && pullRequestAction in ["opened", "reopened", "synchronize"])
104104
then:
105105
taskId: {$if: 'tasks_for != "action"', then: '${ownTaskId}'}

taskcluster/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ taskgraph:
1414
name: fxci-config
1515
project-regex: fxci-config.*
1616
default-repository: https://github.com/mozilla-releng/fxci-config
17-
default-ref: main
17+
default-ref: migration
1818
type: git
1919

2020
workers:

0 commit comments

Comments
 (0)