Skip to content

Commit

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

0 comments on commit b548363

Please sign in to comment.