diff --git a/.github/workflows/porter-canary.yml b/.github/workflows/porter-canary.yml index 264a88a0b..eda08cb28 100644 --- a/.github/workflows/porter-canary.yml +++ b/.github/workflows/porter-canary.yml @@ -22,8 +22,8 @@ on: jobs: build_pipelinesrelease_template: name: build_pipelinesrelease_template - uses: './.github/workflows/build_pipelinesrelease_template.yml' + uses: ./.github/workflows/build_pipelinesrelease_template.yml with: registry: ghcr.io/getporter - shouldPublish: ${{inputs.shouldPublish}} - skipTests: ${{inputs.skipTests}} + shouldPublish: "${{inputs.shouldPublish}}" + skipTests: "${{inputs.skipTests}}" diff --git a/.github/workflows/porter.yml b/.github/workflows/porter.yml index 2fa9870d6..e7deb53f3 100644 --- a/.github/workflows/porter.yml +++ b/.github/workflows/porter.yml @@ -1,8 +1,11 @@ -name: porter/porter +name: porter on: push: branches: - main + pull_request: + branches: + - main paths-ignore: - 'docs/**' env: