Skip to content

Commit 5200f96

Browse files
committed
Fix CI workflows
1 parent dd9e381 commit 5200f96

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ concurrency:
1313
jobs:
1414
tests:
1515
uses: ./.github/workflows/tests.yml
16-
with:
17-
target_sha: ${{ github.event.pull_request.head.sha }}

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030

3131
tests:
3232
uses: ./.github/workflows/tests.yml
33-
with:
34-
target_sha: ${{ github.sha }}
3533

3634
release:
3735
name: Release

0 commit comments

Comments
 (0)