diff --git a/.github/workflows-source/schedule-daily.yml b/.github/workflows-source/schedule-daily.yml index 97a2bcb017c..e9ee02539a7 100644 --- a/.github/workflows-source/schedule-daily.yml +++ b/.github/workflows-source/schedule-daily.yml @@ -69,7 +69,7 @@ jobs: <<: *dind-large-setup timeout-minutes: 720 # 12 hours # TODO: disable in GitLab before enabling here - if: ${{ && false }} + if: ${{ false }} strategy: matrix: targets: ["//rs/crypto/...", "//rs/state_manager/..."] diff --git a/.github/workflows/schedule-daily.yml b/.github/workflows/schedule-daily.yml index a6940613976..780dc163d4d 100644 --- a/.github/workflows/schedule-daily.yml +++ b/.github/workflows/schedule-daily.yml @@ -49,7 +49,7 @@ jobs: image: ghcr.io/dfinity/ic-build@sha256:b7d870287df55b9972ed285fe1a9792cb81243523400d83d491f3ee149e8d47c timeout-minutes: 720 # 12 hours # TODO: disable in GitLab before enabling here - if: ${{ && false }} + if: ${{ false }} strategy: matrix: targets: ["//rs/crypto/...", "//rs/state_manager/..."]