1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 05:03:33 +00:00

Add comments to build workflows to indicate their intended use (#14069)

* Added comments to build workflows.

* Updated comments and job names.
This commit is contained in:
Todd Martin
2025-04-02 13:56:30 -04:00
committed by GitHub
parent 3c83165b4e
commit 10306995e6
8 changed files with 45 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# This workflow will run in the context of the source of the PR.
# On a PR from a fork, the workflow will not have access to secrets, and so any parts of the build that require secrets will not run.
# If additional artifacts are needed, the failed "build-cli-target.yml" workflow held up by the check-run should be re-run.
name: Build CLI
on: