diff options
| author | ruki <[email protected]> | 2021-08-20 22:32:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-20 22:32:28 +0800 |
| commit | bf6b82226abc277eaaf7d16fabfea48edb4d6cf7 (patch) | |
| tree | 5845e0d85aa36f78a29cde5480d8327f394c41c6 /.github/workflows/freebsd.yml | |
| parent | a14831de9504ce1d4987e5ce008a099abc8b3528 (diff) | |
improve ci
Diffstat (limited to '.github/workflows/freebsd.yml')
| -rw-r--r-- | .github/workflows/freebsd.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index a23a653e3..d45d2a2ad 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -11,6 +11,9 @@ jobs: runs-on: macos-latest + concurrency: + group: ${{ github.head_ref }}-build + cancel-in-progress: true steps: - uses: actions/checkout@v2 with: |
