-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: unify github actions for merge and pull request
There's no need to do anything different and last merge showed it's not good when the actions drift apart. PR coverage was ok, but merge coverage is abysmal since the action fell behind. And while we're at it, remove the `// ignore.coverage` comment from lines where it has no effect.
- Loading branch information
Showing
4 changed files
with
10 additions
and
47 deletions.
There are no files selected for viewing
5 changes: 4 additions & 1 deletion
5
.github/workflows/pr_checks.yaml → .github/workflows/checks.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
name: Check | ||
|
||
on: | ||
- pull_request | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
lint-commit: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters