Skip to content

Commit

Permalink
Merge pull request nephio-project#98 from Nordix/fix_dev_release
Browse files Browse the repository at this point in the history
Fix dev release
  • Loading branch information
efiacor authored Aug 28, 2024
2 parents e8d25db + 9acad22 commit d26d63a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/porch-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ on:
paths-ignore:
- "docs/**"
- "release/**"
- "deployments/**"
- ".prow.yaml"
- "OWNERS"
pull_request:
paths-ignore:
- "docs/**"
- "release/**"
- "deployments/**"
- ".prow.yaml"
- "OWNERS"
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/porchctl-cli-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ on:
paths-ignore:
- "docs/**"
- "release/**"
- "deployments/**"
- ".prow.yaml"
- "OWNERS"
pull_request:
paths-ignore:
- "docs/**"
- "release/**"
- "deployments/**"
- ".prow.yaml"
- "OWNERS"
jobs:
Expand Down
17 changes: 16 additions & 1 deletion .github/workflows/porchctl-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,23 @@
# limitations under the License.

name: porchctl dev release

on:
push:
pull_request:
paths-ignore:
- "build/**"
- "controllers/**"
- "deployments/**"
- "docs/**"
- "examples/**"
- "release/**"
- "scripts/**"
- ".prow.yaml"
- "OWNERS"
branches:
- main
types:
- closed

jobs:
build:
Expand Down

0 comments on commit d26d63a

Please sign in to comment.