Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
docs: fix levels description
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackarySantana committed Jan 11, 2024
1 parent e0cfa8f commit 64bd881
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,9 @@ export const getFormSchema = (

const LevelDescription = (
<>
Task and build levels will trigger based on the completion of either a task
or a build in the upstream project. Push level triggers do not require any
upstream build or task to run, but instead trigger a downstream version once
a commit is pushed to the upstream project. This is helpful if the upstream
project doesn&apos;t regularly run or create commit tasks. For push level
triggers, if the upstream project is a module of the downstream
project&apos;s YAML, the manifest of the downstream version will use the
commit hash of the upstream project&apos;s commit. project.
Task and build levels will trigger based on the completion of a task or a
build in the upstream project. Push level triggers will trigger once a
commit is pushed to the upstream project. This is helpful if the upstream
project does not regularly run or create commit tasks.
</>
);

0 comments on commit 64bd881

Please sign in to comment.