File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ concurrency:
1414 cancel-in-progress : true
1515
1616jobs :
17+ call-precommit :
18+ uses : ./.github/workflows/pre_commit.yml
19+
1720 main :
21+ needs : call-precommit
1822 strategy :
1923 fail-fast : false
2024 matrix :
@@ -183,6 +187,7 @@ jobs:
183187 run : ci/run.sh codecov
184188
185189 freebsd-vm :
190+ needs : call-precommit
186191 strategy :
187192 fail-fast : false
188193 matrix :
@@ -285,6 +290,7 @@ jobs:
285290 run : echo 'FreeBSD VM check made optional because of random time outs'
286291
287292 arm-qemu :
293+ needs : call-precommit
288294 name : ' Ubuntu 24.04 x64, DMD (AArch64 cross-compile via QEMU)'
289295 runs-on : ubuntu-latest
290296 timeout-minutes : 30
Original file line number Diff line number Diff line change 1010 - master
1111 - stable
1212 workflow_dispatch :
13+ workflow_call :
1314
1415jobs :
1516 pre-commit :
You can’t perform that action at this time.
0 commit comments