Skip to content

Commit

Permalink
Trigger integration tests on PRs only (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb authored Mar 8, 2022
1 parent 7645716 commit 3966837
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Integration tests
on:
pull_request: {}
push:
paths-ignore:
- '*.md'
- '**/*.md'
branches:
- main

on: [pull_request]

permissions:
contents: read

env:
DOCKER_REGISTRY: ghcr.io/linkerd
ARCHIVES: /home/runner/archives
Expand Down

0 comments on commit 3966837

Please sign in to comment.