diff --git a/.github/workflows/run-cluster.yaml b/.github/workflows/run-cluster.yaml index 11fe369c7b..f5c41aaf75 100644 --- a/.github/workflows/run-cluster.yaml +++ b/.github/workflows/run-cluster.yaml @@ -56,6 +56,9 @@ jobs: run-command: runs-on: [self-hosted, linux, x64, ci-dev] + # If both the `daft-version` and `daft-wheel-url` parameters are not specified, the `build-commit` job is entirely skipped. + # We still want to run this job, even if `build-commit` is skipped. + # The `always()` guarantees that this job is always run. if: always() permissions: id-token: write