Skip to content

Commit

Permalink
fix(ci): only run e2e test once on pr
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Treml <[email protected]>
  • Loading branch information
niklastreml committed Aug 5, 2024
1 parent 6c5f24a commit b58d300
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: E2E - Test checks

on:
push:
branches:
- main
pull_request:

permissions:
Expand All @@ -13,9 +15,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down

0 comments on commit b58d300

Please sign in to comment.