Skip to content

Commit 702fd02

Browse files
committed
Renames workflows for clarity
1 parent 629c589 commit 702fd02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/building-docs.yml renamed to .github/workflows/building-deploying-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and deploy docs
1+
name: Building and deploying docs
22

33
on:
44
# Trigger the workflow on push

.github/workflows/testing.yaml renamed to .github/workflows/testing-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test code
1+
name: Testing code
22

33
on:
44
# Trigger the workflow on push

.github/workflows/testing-tutorials-colab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test colab notebooks
1+
name: Testing tutorials on Colab
22

33
on:
44
# Trigger the workflow on push

.github/workflows/testing-tutorials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test code
1+
name: Testing tutorials
22

33
on:
44
# Trigger the workflow on push

0 commit comments

Comments
 (0)