Skip to content

Commit

Permalink
Run on current PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Oct 17, 2024
1 parent 9eb2fca commit 25e6989
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/run-task-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Run Task Tests

on:
pull_request_target:
types: [opened, synchronize, reopened, labeled]
"on":
pull_request:

Check failure on line 4 in .github/workflows/run-task-tests.yaml

View workflow job for this annotation

GitHub Actions / yamllint

4:16 [empty-values] empty value in block mapping

jobs:
run-task-tests:
Expand All @@ -25,12 +24,12 @@ jobs:
with:
repository: 'konflux-ci/konflux-ci'
path: konflux-ci

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
config: konflux-ci/kind-config.yaml

Check failure on line 32 in .github/workflows/run-task-tests.yaml

View workflow job for this annotation

GitHub Actions / yamllint

32:1 [trailing-spaces] trailing spaces
- name: Show version information
run: |
kubectl version
Expand All @@ -53,7 +52,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/konflux-ci
./wait-for-all.sh
- name: Deploying Konflux
run: |
cd $GITHUB_WORKSPACE/konflux-ci
Expand Down

0 comments on commit 25e6989

Please sign in to comment.