Skip to content

Commit

Permalink
infra: do not run manual kickstart tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Sep 7, 2023
1 parent caea6ad commit 5d65f0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kickstart-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ jobs:
working-directory: ./kickstart-tests
run: |
set -eux
source ./containers/runner/skip-testtypes
PERMIAN_QUERY=$(scripts/generate-permian-query.py \
--skip-testtypes $SKIP_TESTTYPES_ANACONDA_PR \
--skip-testtypes ${{ needs.pr-info.outputs.skip_tests }} \
${{ needs.pr-info.outputs.launch_args }} )
if [ $? == 0 ]; then
Expand Down

0 comments on commit 5d65f0d

Please sign in to comment.