FE: fixed fe of field-level default value of enums in internal definitions #11
Workflow file for this run
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: PR tests | |
on: | |
pull_request: | |
types: [auto_merge_enabled] | |
workflow_dispatch: | |
jobs: | |
skip: | |
name: Report fake success for PR tests | |
runs-on: ubuntu-latest | |
permissions: | |
checks: write | |
steps: | |
- uses: LouisBrunner/[email protected] | |
with: | |
name: Run PR tests (Plugins) (Plugins) | |
conclusion: success | |
token: ${{ secrets.GITHUB_TOKEN }} |