Skip to content

Commit

Permalink
Merge branch 'main' into troy0820/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
schristoff authored Mar 13, 2024
2 parents 37acb63 + d249b12 commit b2b104c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/porter-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
5 changes: 4 additions & 1 deletion .github/workflows/porter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: porter/porter
name: porter
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
env:
Expand Down

0 comments on commit b2b104c

Please sign in to comment.