Skip to content

Commit

Permalink
Merge pull request #414 from deniskoronchik/ci
Browse files Browse the repository at this point in the history
Some CI improvements
  • Loading branch information
deniskoronchik authored Oct 13, 2021
2 parents 271046d + 817f43d commit 84c2b74
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI

on:
push:
branches: [master]

pull_request:
branches: [master]

Expand All @@ -22,7 +19,7 @@ jobs:
uses: GsActions/commit-message-checker@v1
with:
# A regex pattern to check if a commit message is valid.
pattern: "((\\[(builder|changelog|ci|cmake|codegen|core|doc|docs|git|sc-kpm|sc-memory|sc-network|sc-server|scripts|scs|test|tests|thirdparty|web)\\])+(.)+)|(Review fixes)|(Merge pull request #[0-9]+ .+)$"
pattern: "((\\[(builder|changelog|ci|cmake|codegen|core|doc|docs|git|sc-kpm|sc-memory|sc-network|sc-server|scripts|scs|test|tests|thirdparty|web)\\])+(.)+)|(Review fixes)$"
# Expression flags change how the expression is interpreted.
flags: "" # optional, default is gm
# A error message which will be returned in case of an error.
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Sanitizers

on:
push:
branches: [master]

pull_request:
branches: [master]

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# SC-machine

[![CI](https://github.com/ostis-dev/sc-machine/actions/workflows/main.yml/badge.svg)](https://github.com/ostis-dev/sc-machine/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/ostis-dev/sc-machine/branch/master/graph/badge.svg?token=PqItjd03eH)](https://codecov.io/gh/ostis-dev/sc-machine)

## Documentation
Expand Down

0 comments on commit 84c2b74

Please sign in to comment.