diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-05-17 19:49:07 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-05-17 19:49:07 -0400 |
commit | 48c02b1bbd5c14879fb625ed859094f20043a782 (patch) | |
tree | d53ce05de0fb80f736cea8f0bbbc82d08927ad27 /.github | |
parent | eeae24c740693b99f4fc3d57f0fe8324baf35e6e (diff) | |
download | bfs-48c02b1bbd5c14879fb625ed859094f20043a782.tar.xz |
ci/freebsd: Don't run multiple jobs at once
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/freebsd.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 3148e94..a60465f 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -8,6 +8,8 @@ jobs: runs-on: ubuntu-latest + concurrency: muon + steps: - uses: actions/checkout@v2 |