Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-carter-at-sf committed May 15, 2024
1 parent 2582d3a commit e95f8c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

jobs:
validate_pr_title:
if: github.base_ref == 'dev' && github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'edited'
runs-on: ubuntu-latest
steps:
- name: Validate PR Title
Expand All @@ -19,7 +18,6 @@ jobs:
exit 1
fi
run_tests:
if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit e95f8c9

Please sign in to comment.