Skip to content

Commit

Permalink
Drop paths-ignore from build-nova-operator workflow
Browse files Browse the repository at this point in the history
We use build-nova-operator workflow as a post merge to build
containers and push to registry. Not building container for each
hash can cause issue becuase of missing container tags.
  • Loading branch information
Sandeepyadav93 committed Jan 20, 2023
1 parent 53c4724 commit 4192ae2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-nova-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ on:
push:
branches:
- '*'
paths-ignore:
- .gitignore
- .pull_request_pipeline
- changelog.txt
- LICENSE
- Makefile
- OWNERS
- PROJECT
- README.md
- .github/
- build/

env:
imageregistry: 'quay.io'
Expand Down

0 comments on commit 4192ae2

Please sign in to comment.