commit | 61e3fc54dc7940c33c13e95a4606defa303a9644 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Sep 07 15:57:20 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sat Sep 10 01:19:09 2022 -0400 |
tree | 8582cee727bdba1d39fcc538b1c4149d335771e4 | |
parent | 9a5ff203bb02d71443a248cff460ca571b0ef20e [diff] |
ci: drop concurrency from test
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e40395e..159c452 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -1,9 +1,6 @@ name: test on: pull_request: {} -concurrency: - group: ${{ github.head_ref }} - cancel-in-progress: true jobs: build-prometheus-ethtool-exporter: