QIT Self-Tests - PHPCompatibilityWP #104
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: QIT Self-Tests - PHPCompatibilityWP | |
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: | |
phpcompatibility_tests: | |
uses: ./.github/workflows/self-test-template.yml | |
with: | |
test_type: phpcompatibility | |
secrets: | |
QIT_USER: ${{ secrets.QIT_USER }} | |
QIT_ACCESS_TOKEN: ${{ secrets.QIT_ACCESS_TOKEN }} |