Skip to content

Commit 89e916e

Browse files
authored
Name our ci workflow files better (#1535)
1 parent 8387f1a commit 89e916e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml renamed to .github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
name: Nightly tests
13+
name: Nightly CI
1414

1515
on:
1616
schedule:

.github/workflows/ci.yaml renamed to .github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
name: Python package
13+
name: Pull Request CI
1414

1515
on:
1616
pull_request:

0 commit comments

Comments
 (0)