Skip to content

Commit

Permalink
re-title workflows for maybe better intelligibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed May 19, 2023
1 parent 9a9d3ab commit 3e3b7ea
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GTN Tutorial Linting
name: "[CI] GTN Tutorial Linting"

concurrency:
group: ci-tutsli-${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Accessibility Linting
name: "[CI] Accessibility Linting"

concurrency:
group: ci-${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Send news to Matrix
name: "[Cron] Send news to Matrix"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monthly-release-backfill.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GTN Release Backfill
name: "[Archive] Backfill"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monthly-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Monthly GTN Release
name: "[Archive] Monthly Release"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - at 11 PM every Sunday if anything gets missed with any of the above scenarios
# For Pull Requests, the images are added to the PR.
# For other scenarios, a new PR will be opened if any images are compressed.
name: Compress images
name: "[Cron] Compress images"
on:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shortlinks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Shortlinks
name: "[Cron] Update Shortlinks"
on:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-libraries.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add missing data-library.yaml files
name: "[Cron] Add missing data-library.yaml files"
on:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/video-dry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dry-run of Video Generation
name: "[Video] Dry-run of Video Generation"

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/video.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Autogenerated and Deploy Videos
name: "[Video] Autogenerated and Deploy Videos"

on:
schedule:
Expand Down

0 comments on commit 3e3b7ea

Please sign in to comment.