mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-13 20:57:04 +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:
|
||||
scraping:
|
||||
if: ${{ !github.event.act }} # skip during local actions testing
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user