ci: Use racked machines as runners for the E2E tests #230
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: Validate pull request title | |
on: | |
pull_request: | |
types: [opened, edited] | |
jobs: | |
validate: | |
name: Validate PR title | |
runs-on: ubuntu-latest | |
steps: | |
- name: Validate PR title | |
uses: canonical/desktop-engineering/gh-actions/common/validate-pr-title@main |