Skip to content

Merge pull request #137 from woocommerce/24-03/retry-after-429 #67

Merge pull request #137 from woocommerce/24-03/retry-after-429

Merge pull request #137 from woocommerce/24-03/retry-after-429 #67

name: QIT Self-Tests - Woo API
on:
# Every day at 11am and 11pm UTC (6am and 6pm ET)
schedule:
- cron: '0 11 * * *'
- cron: '0 23 * * *'
# Manually
workflow_dispatch:
# On push to trunk
push:
branches:
- trunk
jobs:
api_tests:
uses: ./.github/workflows/self-test-template.yml
with:
test_type: woo-api
secrets:
QIT_USER: ${{ secrets.QIT_USER }}
QIT_ACCESS_TOKEN: ${{ secrets.QIT_ACCESS_TOKEN }}