Skip to content

CI concurrency improvements #187

CI concurrency improvements

CI concurrency improvements #187

Workflow file for this run

# GitHub Action CI
# 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