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:
4
.github/workflows/e2e.yaml
vendored
4
.github/workflows/e2e.yaml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/unit.yaml
vendored
4
.github/workflows/unit.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user