Skip to content

CI concurrency improvements #288

CI concurrency improvements

CI concurrency improvements #288

Workflow file for this run

# GitHub action CI

Check failure on line 1 in .github/workflows/snyk-cli-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/snyk-cli-scan.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: dummy-snyk-cli-job
# trigger by:
# any push on any protected branch: main, v6.8, releases/**
# any PR crteated against any protected branch: main, v6.8, releases/**
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job || github.run_id }}
cancel-in-progress: true
env:
SNYK_SEVERITY_THRESHOLD_LEVEL: critical
jobs:
dummy-snyk-cli-job: