mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
fix(actions): skip release workflow on helm release (#349)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
96608c066f
commit
58ffa92871
2 changed files with 3 additions and 3 deletions
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
|
|
@ -19,8 +19,9 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'deploy/helm/**'
|
- 'deploy/helm/**'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'design/**'
|
||||||
- 'changelogs/**'
|
- 'changelogs/**'
|
||||||
- 'CHANGELOG.md'
|
- '*.md'
|
||||||
branches:
|
branches:
|
||||||
# on pull requests to master and release branches
|
# on pull requests to master and release branches
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -17,11 +17,10 @@ on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- "created"
|
- "created"
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
csi-driver:
|
csi-driver:
|
||||||
|
if: contains(github.ref, 'tags/v')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue