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:
4
.github/workflows/build-cli.yml
vendored
4
.github/workflows/build-cli.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user