Skip to content

Commit

Permalink
[NO-ISSUE] ci: rename the workflows and steps name (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu01509 committed May 14, 2024
1 parent 8b16926 commit 83d20e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
python-version: ['3.10']

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Pull Request

on:
- pull_request
Expand All @@ -11,7 +11,8 @@ jobs:
python-version: ['3.10']

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
python-version: ['3.10']

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 83d20e8

Please sign in to comment.