Skip to content

Commit

Permalink
chore(ci): skip Metal E2E tests on PRs that don't touch code (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma authored Sep 20, 2024
1 parent c3324ae commit 2b12867
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/metal_acctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ name: Metal Acceptance Tests
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'LICENSE'
- '**.md'
- 'website/**'
- 'docs/**'
- '.github/ISSUE_TEMPLATE/**'
paths:
- 'go.mod'
- 'go.sum'
- '**/*.go'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 2b12867

Please sign in to comment.