This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch ci/cancel-outdated-builds in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit e6a8e24a50d65297c6ad8d13aa9c9464b97c8ba8 Author: kezhenxu94 <[email protected]> AuthorDate: Fri Sep 25 11:52:31 2020 +0800 [CI] Cancel outdated jobs when new builds are fired --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 90b1856..b1e60a5 100755 --- a/pom.xml +++ b/pom.xml @@ -505,6 +505,7 @@ <exclude>**/*.pem</exclude> <exclude>.m2/**</exclude> + <exclude>.muse/**</exclude> </excludes> </configuration> <executions>
