Skip to content

Commit

Permalink
e2e: run e2e Azure tests for PRs to main if tests or wofklow changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Jaiswal <[email protected]>
  • Loading branch information
aryan9600 committed May 31, 2023
1 parent 390ff1b commit 13449d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- cron: '0 6 * * *'
push:
branches: [ azure* ]
pull_request:
branches:
- main
paths:
- 'tests/**'
- '.github/workflows/e2e-azure.yaml'

permissions:
contents: read
Expand Down

0 comments on commit 13449d1

Please sign in to comment.