Skip to content

Commit

Permalink
.github/workflows: run e2e-matrix on all pull-request
Browse files Browse the repository at this point in the history
This will make the e2e tests run on all pull-request for the "current
branch", not only on the one from main branch. This will make any
`release-v*` use their own definition as well.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Jan 13, 2025
1 parent c55e393 commit d67c9c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Tekton Integration
# Adapted from https://github.com/mattmoor/mink/blob/master/.github/workflows/minkind.yaml

on:
pull_request:
branches: [ main ]
on: [ pull_request ]

defaults:
run:
Expand Down Expand Up @@ -107,4 +105,4 @@ jobs:
cat $x
echo '::endgroup::'
done
fi
fi

0 comments on commit d67c9c2

Please sign in to comment.