commit | f6880e29ba91f486a17b09ccbc1c8382651dc53f | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Aug 30 18:25:08 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sat Sep 10 01:19:09 2022 -0400 |
tree | 6eee4d8f22d61fde8708e625325ca6f7efe79507 | |
parent | 01c78ca2d0e6dc6902bccdc244161a355bf51ee3 [diff] |
Enable concurrency to run one job only
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d5bde0..229f367 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -1,6 +1,9 @@ name: test on: pull_request: {} +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true jobs: build-prometheus-ethtool-exporter: