diff --git a/.github/workflows/pr-verify-main-images.yaml b/.github/workflows/images-verify.yaml similarity index 91% rename from .github/workflows/pr-verify-main-images.yaml rename to .github/workflows/images-verify.yaml index 819981460..967d806a5 100644 --- a/.github/workflows/pr-verify-main-images.yaml +++ b/.github/workflows/images-verify.yaml @@ -1,4 +1,4 @@ -name: Verify if images' main tags are not modified +name: Images verify run-name: ${{github.event.pull_request.title}} on: pull_request: @@ -9,7 +9,8 @@ on: - config/serverless/values.yaml jobs: - verify-image-versions: + # check if developer doesn't change `main` images in the values.yaml and sec-scanners-config.yaml files + check-main-tags: runs-on: ubuntu-latest steps: - name: Checkout to main