Skip to content

Conversation

@prateekmedia
Copy link
Member

Description

Tests

@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 07:38 — with GitHub Actions Waiting
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 30428a3083

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

MACOSX_DEPLOYMENT_TARGET: ${{ matrix.platform.os == 'macos-latest' && '10.15' || '' }}
CMAKE_OSX_DEPLOYMENT_TARGET: ${{ matrix.platform.os == 'macos-latest' && '10.15' || '' }}
with:
projectPath: rust/apps/ensu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Point Tauri build to a real project path

The desktop job passes projectPath: rust/apps/ensu to tauri-apps/tauri-action, but in this repository there is no rust/apps/ensu tree (repo-wide file search for that prefix returns nothing), so tag runs (ensu-v*) will fail before any desktop artifact can be built or uploaded. This blocks the primary release workflow path introduced by this commit.

Useful? React with 👍 / 👎.


defaults:
run:
working-directory: mobile/native/android/apps/ensu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use an existing Android working directory

The Android job sets a default working-directory of mobile/native/android/apps/ensu, but that directory is not present in this repository, so each run step in build-android will error with "No such file or directory" as soon as the job starts. As written, the Android release path cannot execute successfully.

Useful? React with 👍 / 👎.

@prateekmedia prateekmedia changed the title [workflow] add release + web deploy workflows [workflow] add release workflow Feb 11, 2026
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 11:05 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 11:08 — with GitHub Actions Waiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant