Просмотр исходного кода

CI: Fix GitHub Actions JSON runtime error in scheduled workflow

Later conditional uses fromJSON expression which requires valid
references. If this step is skipped, the used reference will be invalid
(as the step has never run) and the entire expression will fail.
PatTheMav 2 лет назад
Родитель
Сommit
d51f32bfb6
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      .github/workflows/scheduled.yaml

+ 0 - 1
.github/workflows/scheduled.yaml

@@ -115,7 +115,6 @@ jobs:
 
       - name: Check for Changed Files ✅
         uses: ./.github/actions/check-changes
-        if: fromJSON(steps.nightly-checks.outputs.passed)
         id: checks
         with:
           baseRef: ${{ steps.nightly-checks.outputs.lastNightly }}