1
0
Fork 0
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:
Jayapriya Pai 2024-10-21 19:59:42 +05:30
parent cedb121039
commit 0cbb4ff69e

View file

@ -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 }}