Skip to content

Commit

Permalink
Merge branch 'mirroring-marko-fix-if' into 'master'
Browse files Browse the repository at this point in the history
chore(github-sync): PR#281 / fix(IDX): fixing if expression

[GitHub PR 281](#281) (branch: marko-fix-if) 

See merge request dfinity-lab/public/ic!20129
  • Loading branch information
marko-k0 committed Jun 28, 2024
2 parents 88f1a3c + 234dd3c commit 2da9808
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 2da9808

Please sign in to comment.