Skip to content

Commit

Permalink
Moved paths-ignore from build.yaml to build-update-gitops.yaml as it …
Browse files Browse the repository at this point in the history
…was causing workflow to fail. Also renamed files to make it clear they do both build and update.
  • Loading branch information
MonicaG committed Sep 23, 2024
1 parent d3f50fe commit bcdd70c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '.github/**'
- 'README.md'
- '.husky/**'
- 'catalog-info.yaml'
- '**/*.md'
- 'examples/**'
branches: ['main']

# save resources. Don't take up a queue space doing a duplicate build
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Builds the docker image.
# Note: This workflow is expected to be called by other workflows and not run on its own

name: Build Image

env:
Expand All @@ -6,10 +9,6 @@ env:

on:
workflow_call:
paths-ignore:
- 'catalog-info.yaml'
- '**/*.md'
- 'examples/**'

jobs:
build:
Expand Down

0 comments on commit bcdd70c

Please sign in to comment.