Skip to content

Commit 1048ff3

Browse files
committed
Rename workflows
1 parent 4aec1b5 commit 1048ff3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/publish-develop-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
jobs:
8-
deploy:
8+
publish-develop-docs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

.github/workflows/publish-latest-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
jobs:
8-
deploy:
8+
publish-latest-docs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

.github/workflows/publish-py.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [published]
99

1010
jobs:
11-
release-package:
11+
publish-python:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/test-javascript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010

1111
jobs:
12-
source:
12+
javascript:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: "0 0 * * *"
1212

1313
jobs:
14-
source:
14+
python:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:

0 commit comments

Comments
 (0)