Skip to content

Commit

Permalink
Skip Verify PR flow for README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aashna-narula-cko committed Jan 25, 2024
1 parent 5ca1a1d commit 64d6de5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
name: Checkout Verification
runs-on: macos-13-xl
needs: lint
if: "!contains(join(github.event.pull_request.changed_files), '.md')"

steps:
- name: Checkout
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
name: Frames Verification
runs-on: macos-13-xl
needs: lint
if: "!contains(join(github.event.pull_request.changed_files), '.md')"

steps:
- name: Checkout
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
name: Run UI Tests
runs-on: macos-12-xl
needs: lint
if: "!contains(join(github.event.pull_request.changed_files), '.md')"

steps:
- name: Checkout
Expand Down

0 comments on commit 64d6de5

Please sign in to comment.