Skip to content

CI concurrency improvements #186

CI concurrency improvements

CI concurrency improvements #186

Workflow file for this run

# GitHub Action CI

Check failure on line 1 in .github/workflows/snyk-pr-cleanup.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/snyk-pr-cleanup.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: dummy-snyk-pr-cleanup-job
# Snyk clean-up when PR is merged/closed
on:
pull_request:
types:
- closed
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job || github.run_id }}
cancel-in-progress: true
jobs:
dummy-snyk-pr-cleanup-job: