Skip to content

Commit

Permalink
Removed check diff step
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Dec 28, 2023
1 parent 046afb2 commit 8d48745
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,6 @@ jobs:
echo ::set-output name=buid_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo ::set-output name=version::${VERSION}
check-diff:
name: Check diff
runs-on: ubuntu-latest
needs: version
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Generate bundle
run: make bundle
env:
VERSION: "${{ needs.version.outputs.version }}"

- name: Check diff
uses: mmontes11/[email protected]
with:
message: Bundle is not up to date with the version '${{ needs.version.outputs.version }}'. Run 'make bundle' and commit the changes.

operator:
name: Operator
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d48745

Please sign in to comment.