Skip to content

Commit a4243b2

Browse files
committed
fix: forking work for workflows
* Changing the branch for the workflows to match the release branch * disabling the timed update workflow which we are no longer handling here
1 parent 27d3997 commit a4243b2

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [release-ulmo]
66
pull_request:
7-
branches: [master]
7+
branches: [release-ulmo]
88

99
jobs:
1010
quality_and_translations_tests:

.github/workflows/migrations-mysql8-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- master
8+
- release-ulmo
99

1010
jobs:
1111
check_migrations:

.github/workflows/upgrade-python-requirements.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Upgrade Requirements
22

33
on:
4-
schedule:
5-
# will start the job at 13:15 UTC every Tuesday
6-
- cron: "15 13 * * 2"
74
workflow_dispatch:
85
inputs:
96
branch:
107
description: 'Target branch to create requirements PR against'
118
required: true
12-
default: 'master'
9+
default: 'release-ulmo'
1310
jobs:
1411
call-upgrade-python-requirements-workflow:
1512
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master

0 commit comments

Comments
 (0)