Update .forgejo/workflows/build.yml
All checks were successful
Sanity check / Test Python file (push) Successful in 8s
All checks were successful
Sanity check / Test Python file (push) Successful in 8s
This commit is contained in:
parent
49596e4626
commit
f8fe0a55e4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Test Python file
|
name: Test Python file
|
||||||
runs-on: amd64
|
runs-on: debian-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue