Untitled

 avatar
unknown
plain_text
2 years ago
988 B
11
Indexable
\begin{longtable}{ |p{3cm}|p{9cm}|}
 \hline
  Jobs &  Triggers   \\
 \hline
 Code quality & runs only when a merge request event occurs and when a push event occurs, and the commit branch is different from the default branch.\\
 \hline 
  build-python-package & Runs with every commit, if the previous stage succeeded and there are code changes in the specified files 'poetry.lock', 'pyproject.toml', or any file under the src directory.\\
 \hline 
    unit test an integration test & Runs with every commit, if the previous stage succeeded.\\
 \hline 
    scan-dependencies-api-package &  Runs with every commit, if the previous stage succeeded and there are code changes in the specified files 'poetry.lock', 'pyproject.toml', or any file under the src directory.\\
 \hline 
  publish-python-package & Runs with every commit, if the previous stage succeeded and only with a change(s) with these branches:
main | develop\\
 \hline 
 \caption{Jobs table}
  \label{tab:job}
\end{longtable}
Editor is loading...