We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9e381 commit 5200f96Copy full SHA for 5200f96
.github/workflows/pr.yml
@@ -13,5 +13,3 @@ concurrency:
13
jobs:
14
tests:
15
uses: ./.github/workflows/tests.yml
16
- with:
17
- target_sha: ${{ github.event.pull_request.head.sha }}
.github/workflows/release.yml
@@ -30,8 +30,6 @@ jobs:
30
31
32
33
34
- target_sha: ${{ github.sha }}
35
36
release:
37
name: Release
0 commit comments