Skip to content

Commit

Permalink
revert ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ulya-tkch authored Sep 13, 2024
1 parent 93d3eeb commit 59699b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-test-tlm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- "3.12"
steps:
- name: Check out latest commit
if: ${{ github.event.issue.pull_request }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -59,7 +58,6 @@ jobs:
- "3.11"
steps:
- name: Check out latest commit
if: ${{ github.event.issue.pull_request }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
name: Type check
runs-on: ubuntu-latest
steps:
- name: Check out latest commit
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 59699b9

Please sign in to comment.