Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll committed Nov 17, 2023
1 parent f61ee2d commit e191f4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Schedule Job using Carbon Aware API

on:
workflow_dispatch:
push:
branches:
- gh-pages

jobs:
schedule_job:
Expand All @@ -16,7 +18,7 @@ jobs:
# path to template job to be scheduled
template-paths: 'templates/template.yml'
# Time to check until - In format YYYY-MM-DDThh:mm:ssZ
# end-time: '' # Optional - defaults to +24hr
end-time: '2023-11-17T11:51:00Z' # Optional - defaults to +24hr
# Estimated job length in minutes
estimated-job-length: '10' # Optional - defaults to 10
# Output path for scheduled jobs
Expand Down

0 comments on commit e191f4e

Please sign in to comment.