mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
add needs
https://stackoverflow.com/questions/66343052/github-actions-or-operator-for-needs-clause Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
d1803c1b5a
commit
7ddc5b3391
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci_manager.yml
vendored
1
.github/workflows/ci_manager.yml
vendored
|
@ -100,6 +100,7 @@ jobs:
|
|||
# we need a single end job for the required checks under branch protection rules
|
||||
finish:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [ran-full, ran-none]
|
||||
if: >
|
||||
always() &&
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue