mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-07 09:35:19 +00:00
chore: Fix unit tests actions
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
This commit is contained in:
parent
cedb121039
commit
0cbb4ff69e
1 changed files with 0 additions and 4 deletions
4
.github/workflows/unit.yaml
vendored
4
.github/workflows/unit.yaml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: unit
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
push:
|
||||
branches:
|
||||
- 'release-*'
|
||||
|
@ -10,8 +8,6 @@ on:
|
|||
- 'main'
|
||||
tags:
|
||||
- 'v*'
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
# To cancel running workflow when new commits pushed in a pull request
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
Loading…
Add table
Reference in a new issue