Skip to content

Commit

Permalink
ci: only scan image on push (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher authored Oct 17, 2024
1 parent 123a4e7 commit 9753864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
run: make VERSION=${{ matrix.odoo_serie }} test

- name: Scan image
if: github.event_name == 'push'
id: scan
uses: sysdiglabs/scan-action@v5
with:
Expand Down

0 comments on commit 9753864

Please sign in to comment.