mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 00:10:44 +00:00
91dc13348d
* chore: wip add upload/import * chore: wip add upload/import * feat: update job rerunning * fix: update workflow * fix: update workflow * chore: temp disable workflow
16 lines
310 B
YAML
16 lines
310 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
types: [opened, synchronize, reopened]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
tests:
|
|
uses: ./.github/workflows/tests.yml
|
|
secrets:
|
|
openai_key: ${{ secrets.OPENAI_KEY }}
|
|
discord_webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|