There was an error while loading. Please reload this page.
1 parent a84ffd3 commit ef0cc76Copy full SHA for ef0cc76
2 files changed
.github/workflows/ci.yml
@@ -23,6 +23,6 @@ jobs:
23
24
tox:
25
if: ${{ github.event_name == 'pull_request' }}
26
- uses: ./.github/workflows/tox.yml
+ uses: $/.github/workflows/tox.yml
27
with:
28
checkout-ref: ${{ github.ref }}
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
9
10
11
checkout-ref: ${{ github.event.release.tag_name }}
12
0 commit comments