Skip to content

Commit

Permalink
Update test-releaser.yml (#120)
Browse files Browse the repository at this point in the history
* Update test-releaser.yml

* Update test-releaser.yml

* Update test-releaser.yml

* Update test-releaser.yml
  • Loading branch information
krishbajaj1609 authored May 29, 2024
1 parent fdd6e94 commit 62e366a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: test-releaser
permissions: {}

on:
pull_request:
push:
branches:
- 'main'
- 'main'

jobs:
release-images:
Expand All @@ -25,6 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Setup caches
uses: ./.github/actions/setup-caches
timeout-minutes: 5
Expand All @@ -42,11 +43,6 @@ jobs:
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
- name: Checkout repository
uses: nirmata/[email protected]
with:
fetch-depth: 0
lfs: true
- name: image scanning
id: scan
uses: nirmata/reusable-workflows/.github/actions/image-scanning@main
Expand Down

0 comments on commit 62e366a

Please sign in to comment.