Skip to content

Commit

Permalink
Merge pull request #486 from GSA-TTS/fix/cloud-gov
Browse files Browse the repository at this point in the history
Allow specialized requirements to display without qualifications text
  • Loading branch information
ximekilgsa authored Oct 16, 2024
2 parents 174e5fd + 18e9976 commit 50a9e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/layouts/jointts/job-listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>{{ title }}</h1>
{% if key_objectives.size > 0 %}
{% include "layouts/jointts/job/key_objectives.html" %}
{% endif %}
{% if qualifications.size > 0 %}
{% if qualifications.size > 0 or specialized_requirements.size > 0 %}
{% include "layouts/jointts/job/qualifications.html" %}
{% endif %}
{% include "layouts/jointts/job/how_to_apply.html" %}
Expand Down
6 changes: 3 additions & 3 deletions pages/jointts/positions/Cloud-gov-Account-Manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ qualifications: |
# Make sure to leave the | on the first line. Begin your text by returning to the next line and
# indenting once.
specialized_requirements: |
Experience managing relationships with customers or clients
Experience in managing projects or business processes
Experience with software and cloud infrastructure technologies and products such as: e.g., cloud infrastructure offerings like Amazon AWS, Google Cloud GCP, or Azure; OR Software-as-a-service products or web applications of any kind.
- Experience managing relationships with customers or clients
- Experience in managing projects or business processes
- Experience with software and cloud infrastructure technologies and products such as: e.g., cloud infrastructure offerings like Amazon AWS, Google Cloud GCP, or Azure; OR Software-as-a-service products or web applications of any kind.
# This can be filled prior to the job posting going live or left blank #
# The application button will only show after the open date #
Expand Down

0 comments on commit 50a9e78

Please sign in to comment.