Skip to content

Commit

Permalink
wip7
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 6, 2024
1 parent 6f01b98 commit 77fea72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
TEST_LXD_IMAGE: ubuntu:22.04
TEST_INSPECTION_REPORTS_DIR: ${{ github.workspace }}/inspection-reports
run: |
if [[ "${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}" || ( "${{ github.ref_name }}" == "KU-1748/optional-cncf-conformance-tests1" ) ]]; then
if [[ "${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.ref_name == 'KU-1748/optional-cncf-conformance-tests1' }}" ]] ; then
export TEST_CNCF_E2E="true"
fi
echo TEST_CNCF_E2E
Expand Down

0 comments on commit 77fea72

Please sign in to comment.