Skip to content

Commit 8ccbb8d

Browse files
richvdhtoger5
authored andcommitted
Disable downstream artifacts build for develop branch (#3444)
1 parent d4e3452 commit 8ccbb8d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/downstream-artifacts.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ on:
33
pull_request: {}
44
merge_group:
55
types: [checks_requested]
6-
push:
7-
branches: [develop, master]
6+
7+
# For now at least, we don't run this or the cypress-tests against pushes
8+
# to develop or master.
9+
#
10+
# Note that if we later choose to do so, we'll need to find a way to stop
11+
# the results in Cypress Cloud from clobbering those from the 'develop'
12+
# branch of matrix-react-sdk.
13+
#
14+
#push:
15+
# branches: [develop, master]
816
concurrency:
917
group: ${{ github.workflow }}-${{ github.ref }}
1018
cancel-in-progress: true

0 commit comments

Comments
 (0)