mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-15 05:37:05 +00:00
Skip scraping when testing
This commit is contained in:
parent
9fc2af588f
commit
a5e7f49731
1
.github/workflows/scraping.yaml
vendored
1
.github/workflows/scraping.yaml
vendored
@ -11,6 +11,7 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
scraping:
|
scraping:
|
||||||
|
if: ${{ !github.event.act }} # skip during local actions testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user