Skip to content

Commit a0ae319

Browse files
committed
remove temp changes
1 parent 416e1c8 commit a0ae319

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/check-python-deps.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: check python dependencies
22

33
on:
4-
push:
5-
branches:
6-
- cr-oss-0102-pin-deps
74
pull_request:
85
branches:
96
- "**"
@@ -88,8 +85,8 @@ jobs:
8885
8986
- name: Checkout master branch
9087
run: |
91-
git fetch origin cr-tmp-master-deps
92-
git checkout origin/cr-tmp-master-deps
88+
git fetch origin master
89+
git checkout origin/master
9390
9491
- name: Analyze dependencies on master branch
9592
run: |

0 commit comments

Comments
 (0)