Skip to content

Commit

Permalink
chore(ci): correct CI
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jun 26, 2024
1 parent e1953ac commit ae639bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linters
name: linters

on: [push, pull_request]

Expand Down
20 changes: 2 additions & 18 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
name: Linux
name: event_bus_tests

on:
push:
branches:
- master
- beta
- stable
tags-ignore:
- "**"
paths-ignore:
- "**.md"
- "**.yaml"
- "**.yml"
pull_request:
paths-ignore:
- "**.md"
- "**.yaml"
- "**.yml"
on: [push, pull_request]

jobs:
golang:
Expand Down

0 comments on commit ae639bf

Please sign in to comment.