Skip to content

Commit

Permalink
Merge pull request #50 from NASA-IMPACT/ab/state-job-name-regex
Browse files Browse the repository at this point in the history
Detail regex for job name
  • Loading branch information
ranchodeluxe authored Mar 12, 2024
2 parents 0ad5e3a + d714a30 commit 714d269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
required: false
default: 'iamrole'
job_name:
description: 'A unique job name (no other existing filnk deployment can have it) so we can inspect metrics easier in Grafana.'
description: 'A unique job name (no other existing filnk deployment can have it) so we can inspect metrics easier in Grafana. job_name must match the regex ^[a-z][-_0-9a-z]{0,62}$.'
required: true
resource_profile:
description: 'jobs have different memory requirements so choose (small[7824_MiB], medium[9824_MiB], large[11824_MiB], xlarge[13824_MiB])'
Expand Down

0 comments on commit 714d269

Please sign in to comment.