Skip to content

Commit

Permalink
wip21
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 8, 2024
1 parent 36f025b commit 105f5e1
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 @@ -16,7 +16,7 @@ jobs:
build:
env:
# TEST_CNCF_E2E: ${{ contains(github.event.pull_request.labels.*.name, 'cncf-conformance') || github.ref_name == 'master' }}
TEST_CNCF_E2E: contains(github.event.pull_request.labels.*.name, 'documentation') || github.ref_name == 'master'
TEST_CNCF_E2E: ${{ contains(github.event.pull_request.labels.*.name, 'documentation') || github.ref_name == 'master' }}
name: K8s-snap Integration Test
runs-on: ubuntu-20.04

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
echo $TEST_CNCF_E2E
- name: Extract CNCF conformance report
if: ${{ env.TEST_CNCF_E2E }}
if: ${{ env.TEST_CNCF_E2E == 'true'}}
# working-directory: k8s-snap/tests/integration
run: |
echo "yest=${TEST_CNCF_E2E}"
Expand Down

0 comments on commit 105f5e1

Please sign in to comment.