File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2080,6 +2080,9 @@ jobs:
20802080 - launchers
20812081 - publish
20822082 runs-on : ubuntu-24.04
2083+ concurrency :
2084+ group : scala-cli-packages-${{ github.ref }}
2085+ cancel-in-progress : false
20832086 if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
20842087 steps :
20852088 - uses : actions/checkout@v6
@@ -2136,6 +2139,9 @@ jobs:
21362139 - launchers
21372140 - publish
21382141 runs-on : ubuntu-24.04
2142+ concurrency :
2143+ group : scala-cli-packages-${{ github.ref }}
2144+ cancel-in-progress : false
21392145 if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
21402146 steps :
21412147 - uses : actions/checkout@v6
@@ -2175,6 +2181,9 @@ jobs:
21752181 - launchers
21762182 - publish
21772183 runs-on : ubuntu-24.04
2184+ concurrency :
2185+ group : scala-cli-packages-${{ github.ref }}
2186+ cancel-in-progress : false
21782187 if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
21792188 steps :
21802189 - uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments