Skip to content

Commit

Permalink
🐛 Use quotes for YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Nov 28, 2020
1 parent 6c33bbe commit 4765574
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Graphs CI
on:
schedule:
- cron: GRAPHS_CI_SCHEDULE
- cron: "GRAPHS_CI_SCHEDULE"
repository_dispatch:
types: [graphs]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/response-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Response Time CI
on:
schedule:
- cron: RESPONSE_TIME_CI_SCHEDULE
- cron: "RESPONSE_TIME_CI_SCHEDULE"
repository_dispatch:
types: [response_time]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Static Site CI
on:
schedule:
- cron: STATIC_SITE_CI_SCHEDULE
- cron: "STATIC_SITE_CI_SCHEDULE"
workflow_dispatch:
jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Summary CI
on:
schedule:
- cron: SUMMARY_CI_SCHEDULE
- cron: "SUMMARY_CI_SCHEDULE"
repository_dispatch:
types: [summary]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Update Template CI
on:
schedule:
- cron: UPDATE_TEMPLATE_CI_SCHEDULE
- cron: "UPDATE_TEMPLATE_CI_SCHEDULE"
repository_dispatch:
types: [update_template]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Updates CI
on:
schedule:
- cron: UPDATES_CI_SCHEDULE
- cron: "UPDATES_CI_SCHEDULE"
workflow_dispatch:
jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Uptime CI
on:
schedule:
- cron: UPTIME_CI_SCHEDULE
- cron: "UPTIME_CI_SCHEDULE"
workflow_dispatch:
jobs:
release:
Expand Down

0 comments on commit 4765574

Please sign in to comment.