Skip to content

Commit

Permalink
test multiple paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll committed Nov 17, 2023
1 parent e191f4e commit f49bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Region to check carbon intensity for - can be any azure region - however if using github hosted runners will be one of the following - 'eastus, eastus2, westus2, centralus, southcentralus'
region: 'eastus'
# path to template job to be scheduled
template-paths: 'templates/template.yml'
template-paths: 'templates/template.yml, templates/template2.yml'
# Time to check until - In format YYYY-MM-DDThh:mm:ssZ
end-time: '2023-11-17T11:51:00Z' # Optional - defaults to +24hr
# Estimated job length in minutes
Expand Down

0 comments on commit f49bb34

Please sign in to comment.