Skip to content

fix: trigger e2e tests for PR updates only #599

fix: trigger e2e tests for PR updates only

fix: trigger e2e tests for PR updates only #599

Workflow file for this run

name: Checking PR semantic
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
title:
name: Validate PR title
runs-on: ubuntu-latest-16-core
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commits:
name: Validate PR commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5