diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a49e71b6..7d948e29 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -372,7 +372,10 @@ jobs: canvas-deploy-reminder: name: Canvas Deploy Reminder runs-on: ubuntu-latest - continue-on-error: true + # Phase 3 interim: mc#664 trackers on all CoE directives. mc#664 fix-forward + # (PR #669) re-masks platform-build pending test fixes. Remove CoE once + # platform-build is clean. + continue-on-error: true # mc#664 needs: [changes, canvas-build] # Only fires on direct pushes to main (i.e. after staging→main promotion). if: needs.changes.outputs.canvas == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' @@ -540,7 +543,7 @@ jobs: # still in Phase 3 (continue-on-error: true suppresses their status to null). # When Phase 3 ends (defects fixed, continue-on-error flipped off on build # jobs), remove continue-on-error here so the sentinel again hard-fails. - continue-on-error: true + continue-on-error: true # mc#664 interim — remove when Phase 3 ends runs-on: ubuntu-latest timeout-minutes: 1 needs: