mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 00:10:44 +00:00
21 lines
395 B
YAML
21 lines
395 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
types: [opened, synchronize, reopened]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
checkout:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
tests:
|
|
uses: ./.github/workflows/tests.yml
|
|
secrets:
|
|
openai_key: ${{ secrets.OPENAI_KEY }}
|
|
discord_webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|