summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-05-17 19:49:07 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-05-17 19:49:07 -0400
commit48c02b1bbd5c14879fb625ed859094f20043a782 (patch)
treed53ce05de0fb80f736cea8f0bbbc82d08927ad27 /.github
parenteeae24c740693b99f4fc3d57f0fe8324baf35e6e (diff)
downloadbfs-48c02b1bbd5c14879fb625ed859094f20043a782.tar.xz
ci/freebsd: Don't run multiple jobs at once
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/freebsd.yml2
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