Skip to content

Commit

Permalink
ci: use pull_request_target, ignore az warnings (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Feb 19, 2021
1 parent 9975aad commit 05ae1f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-vmss-prototype-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
image_tag:
description: 'Identify image by this tag'
required: true
pull_request:
pull_request_target:
paths:
- vmss-prototype/vmss-prototype
- vmss-prototype/Dockerfile
Expand Down Expand Up @@ -81,5 +81,6 @@ jobs:
GINKGO_FOCUS: "should be able to install vmss node prototype"
RUN_VMSS_NODE_PROTOTYPE: true
KAMINO_VMSS_PROTOTYPE_IMAGE_TAG: ${{ env.RELEASE_VERSION }}
AZURE_CORE_ONLY_SHOW_ERRORS: True
run: make test-kubernetes
working-directory: aks-engine
3 changes: 2 additions & 1 deletion .github/workflows/test-vmss-prototype-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
description: 'Perform dry run?'
required: true
default: 'true'
pull_request:
pull_request_target:
paths:
- helm/vmss-prototype/Chart.yaml
- helm/vmss-prototype/values.yaml
Expand Down Expand Up @@ -87,5 +87,6 @@ jobs:
RUN_VMSS_NODE_PROTOTYPE: true
KAMINO_VMSS_PROTOTYPE_LOCAL_CHART_PATH: ${{ github.workspace }}/helm/vmss-prototype
KAMINO_VMSS_PROTOTYPE_DRY_RUN: ${{ env.DRY_RUN }}
AZURE_CORE_ONLY_SHOW_ERRORS: True
run: make test-kubernetes
working-directory: aks-engine

0 comments on commit 05ae1f6

Please sign in to comment.