Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

chore: bump the npm_dependencies group across 1 directory with 5 updates #1036

chore: bump the npm_dependencies group across 1 directory with 5 updates

chore: bump the npm_dependencies group across 1 directory with 5 updates #1036

Workflow file for this run

name: Main branch CI
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: "0 0 * * 0"
jobs:
lint-report:
uses: ./.github/workflows/lint-report.yaml
build:
uses: ./.github/workflows/build.yaml
build-image:
needs: build
uses: ./.github/workflows/build-image.yaml
scan:
needs: build-image
uses: ./.github/workflows/scan-rock.yaml
integration-tests:
needs: build-image
uses: ./.github/workflows/integration-tests.yaml
publish:
if: github.ref_name == 'main'
needs: integration-tests
uses: ./.github/workflows/publish-gar.yaml