Skip to content

Commit

Permalink
Merge pull request #3938 from fluxcd/e2e-azure-main
Browse files Browse the repository at this point in the history
e2e: Run e2e Azure tests for PRs to main if tests or wofklow changes
  • Loading branch information
aryan9600 committed May 31, 2023
2 parents 390ff1b + 8d86637 commit ae9b541
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/e2e-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,25 @@ on:
schedule:
- cron: '0 6 * * *'
push:
branches: [ azure* ]
branches:
- main
paths:
- 'tests/**'
- '.github/workflows/e2e-azure.yaml'
pull_request:
branches:
- main
paths:
- 'tests/**'
- '.github/workflows/e2e-azure.yaml'

permissions:
contents: read

jobs:
e2e-amd64-aks:
runs-on: ubuntu-22.04
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
Expand Down

0 comments on commit ae9b541

Please sign in to comment.