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 6a91475 commit 7506fdeCopy full SHA for 7506fde
.github/workflows/smokeshow.yml
@@ -7,7 +7,6 @@ on:
7
8
jobs:
9
smokeshow:
10
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
11
runs-on: ubuntu-latest
12
permissions:
13
actions: read
@@ -17,7 +16,7 @@ jobs:
17
16
- uses: actions/checkout@v6
18
- uses: actions/setup-python@v6
19
with:
20
- python-version: "3.10"
+ python-version: "3.13"
21
- run: pip install smokeshow
22
- uses: actions/download-artifact@v7
23
0 commit comments