Skip to content

Commit

Permalink
Disable e2e test on PR (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Sep 10, 2024
1 parent 6493eaf commit 24ef82d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/push-e2e-test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: pull-e2e-test
on:
push:
branches: [ "main", "release-*" ]
pull_request_target:
types: [opened, edited, synchronize, reopened]
branches: ["main", "release-*"]

jobs:
btp-integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: compute github commit sha
- name: compute github commit sha
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Create kyma runtime on btp
Expand All @@ -30,6 +28,3 @@ jobs:
TF_VAR_BTP_CUSTOM_IAS_TENANT: ${{ secrets.ias_tenant }}
TF_VAR_BTP_CUSTOM_IAS_DOMAIN: ${{ secrets.ias_domain }}
TF_VAR_BTP_BACKEND_URL: ${{ secrets.btp_api_url }}



0 comments on commit 24ef82d

Please sign in to comment.