diff options
| author | Steven Silvester <steven.silvester@ieee.org> | 2022-02-11 16:53:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-11 16:53:53 -0600 |
| commit | 6d59c76ee856cc7bb9ae0d3892a2f92fa3204d2e (patch) | |
| tree | f04e9964043c05668f6e9c8fb95611cb527a5764 | |
| parent | aa525e4b61c8cea24c244b85235726af0d3b8811 (diff) | |
| download | python-setuptools-git-6d59c76ee856cc7bb9ae0d3892a2f92fa3204d2e.tar.gz | |
Update .github/workflows/main.yml
Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b015551..62373734 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,8 +2,8 @@ name: tests on: [push, pull_request, workflow_dispatch] -concurrency: - group: tests-${{ github.head_ref || github.run_id }} +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true jobs: |
