We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e3452 commit 8ccbb8dCopy full SHA for 8ccbb8d
.github/workflows/downstream-artifacts.yml
@@ -3,8 +3,16 @@ on:
3
pull_request: {}
4
merge_group:
5
types: [checks_requested]
6
- push:
7
- branches: [develop, master]
+
+ # 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]
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
18
cancel-in-progress: true
0 commit comments