Merge pull request #239 from datastax/all-contributors/add-arvy #228
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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.event.pull_request.head.label || github.head_ref || github.ref }}' | |
#group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job || github.run_id }} | |
cancel-in-progress: true | |