Skip to content

Commit a68f880

Browse files
committed
Rename workflows for clarity
1 parent aca050d commit a68f880

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Deploy static content to Pages
2+
name: Deploy static content to GitHub Pages
33

44
on:
55
# Runs on pushes targeting the default branch and with changes in the static folder

.github/workflows/publish_on_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Publish to NPM on new tag
22

33
on:
44
workflow_dispatch:

.github/workflows/refresh_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Refresh downstream-browsers.json
1+
name: Refresh data sources
22

33
on:
44
schedule:

.github/workflows/refresh_static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Refresh static resources
1+
name: Refresh static assets
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)