Bladeren bron

add missing parentheses

marionbarker 9 maanden geleden
bovenliggende
commit
6a52214f4c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      .github/workflows/build_LoopFollow.yml

+ 1 - 1
.github/workflows/build_LoopFollow.yml

@@ -217,7 +217,7 @@ jobs:
       |
       github.event_name == 'workflow_dispatch' ||
       (needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
-        (vars.SCHEDULED_BUILD != 'false' && needs.check_latest_from_upstream.outputs.IS_SECOND_IN_MONTH == 'true' ||
+        (vars.SCHEDULED_BUILD != 'false' && needs.check_latest_from_upstream.outputs.IS_SECOND_IN_MONTH == 'true') ||
         (vars.SCHEDULED_SYNC != 'false' && needs.check_latest_from_upstream.outputs.NEW_COMMITS == 'true' )
       )
     steps: