Skip to content

Commit

Permalink
fix(IDX): fixing if expression (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: IDX GitHub Automation <IDX GitHub Automation>
  • Loading branch information
marko-k0 authored Jun 28, 2024
1 parent 806c6de commit fdb5620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows-source/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/..."]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/..."]
Expand Down

0 comments on commit fdb5620

Please sign in to comment.