Skip to content

Commit 27bcf51

Browse files
authored
Stop the Material CI running when not needed (#9505)
The Material CI would run for all PR's. This change allows the earlier limits based on which files have changed to apply. It also stop a duplicate run happening for any material PR's. Name of action tweaked to make it easier to spot in the list of actions.
1 parent f01968d commit 27bcf51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/material.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright © SixtyFPS GmbH <[email protected]>
22
# SPDX-License-Identifier: MIT
33

4-
name: Build, test and deploy docs
4+
name: Material - Build, test and publish
55

66
on:
77
workflow_dispatch:
@@ -11,7 +11,6 @@ on:
1111
description: "Publish master to Cloudflare Pages"
1212
default: false
1313
required: false
14-
pull_request:
1514
push:
1615
branches-ignore:
1716
- master

0 commit comments

Comments
 (0)