Skip to content

Merge pull request #158 from woocommerce/24-03/update-wc-8-8-rc-tests #748

Merge pull request #158 from woocommerce/24-03/update-wc-8-8-rc-tests

Merge pull request #158 from woocommerce/24-03/update-wc-8-8-rc-tests #748

name: QIT Self-Tests - Activation
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:
activation_tests:
uses: ./.github/workflows/self-test-template.yml
with:
test_type: activation
secrets:
QIT_USER: ${{ secrets.QIT_USER }}
QIT_ACCESS_TOKEN: ${{ secrets.QIT_ACCESS_TOKEN }}