Skip to content

Commit

Permalink
fix critical errors by adjusting header notation
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jan 19, 2022
1 parent 6338cf7 commit c701fe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Contributors_Guide/continuous_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,15 +322,15 @@ keyword::
Setting 'needs: job_control' tells the 'get_image' job to wait until the
'job_control' job has completed before running. Since this is the case, this
job can reference output from that job in the 'if' value to determine if the
job should be run or not.
job should be run or not.

.. _cg-ci-default-behavior:

Default Behavior
----------------

On Push
"""""""
^^^^^^^

When a push event occurs the default behavior is to run the following:

Expand All @@ -340,7 +340,7 @@ When a push event occurs the default behavior is to run the following:
* Run any **new** use cases

On Pull Request
"""""""""""""""
^^^^^^^^^^^^^^^

When a pull request is created into the develop branch or a main_v\* branch,
additional jobs are run in automation. In addition to the jobs run for a push,
Expand All @@ -350,7 +350,7 @@ the scripts will:
* Compare use case output to truth data

On Push to Reference Branch
"""""""""""""""""""""""""""
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Branches with a name that ends with "-ref" contain the state of the repository
that will generate output that is considered "truth" data.
Expand Down

0 comments on commit c701fe6

Please sign in to comment.