Browse Source

event name

pull/1565/head
Borja García Rodríguez 4 years ago
parent
commit
db15e26128
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/apigws.yml

+ 1
- 1
.github/workflows/apigws.yml View File

@ -16,7 +16,7 @@ on:
jobs:
PublishCharts:
runs-on: ubuntu-16.04
if: ne('${{ env.Build.Reason }}', 'PullRequest')
if: ne('${{ github.event_name }}', 'pull_request')
steps:
- uses: actions/checkout@v2
- run: Copy '${{ github.workspace }}/deploy/k8s/helm/' '${{ github.workspace }}/deploy/k8s/helm'


Loading…
Cancel
Save