Skip to content

Commit 5b3136a

Browse files
committed
'ci更新'
1 parent bbad847 commit 5b3136a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18-
with:
19-
ref: ${{ github.head_ref }}
18+
# with:
19+
# ref: ${{ github.head_ref }}
2020

2121
- name: Set up Python 3.10
2222
uses: actions/setup-python@v4

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18-
with:
19-
ref: ${{ github.head_ref }}
18+
# with:
19+
# ref: ${{ github.head_ref }}
2020

2121
- name: Set up Python
2222
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)