1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

.github/workflows: skip unit and e2e tests for *.md file updates

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
This commit is contained in:
Jayapriya Pai
2023-11-15 12:22:43 +05:30
parent b836d96445
commit e065e08e28
2 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
name: e2e
on:
pull_request:
paths-ignore:
- '**/*.md'
push:
branches:
- 'release-*'
@@ -8,6 +10,8 @@ on:
- 'main'
tags:
- 'v*'
paths-ignore:
- '**/*.md'
jobs:
e2e-tests:
name: E2E tests

View File

@@ -1,6 +1,8 @@
name: unit
on:
pull_request:
paths-ignore:
- '**/*.md'
push:
branches:
- 'release-*'
@@ -8,6 +10,8 @@ on:
- 'main'
tags:
- 'v*'
paths-ignore:
- '**/*.md'
jobs:
unit-tests:
runs-on: ubuntu-latest