Skip to content

Commit

Permalink
chore: remove all self-hosted runners and clean up azure (#2973)
Browse files Browse the repository at this point in the history
found you >:(

Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
schristoff authored and troy0820 committed Feb 2, 2024
1 parent 9df0812 commit 2d6a2e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pipelinesrelease_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
name: Run smoke tests on
needs:
- Validate-xbuild
runs-on:
runs-on: ubuntu-latest
if: success() && ${{inputs.skipTests == false}}
steps:
- name: checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/porter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
- "!canary*"
jobs:
build_pipelinesrelease_template:
name: build_azure_pipelinesrelease_template
name: build_pipelinesrelease_template
uses: "./.github/workflows/build_pipelinesrelease_template.yml"
with:
registry: ghcr.io/getporter
shouldPublish: true
skipTests: true
skipTests: true

0 comments on commit 2d6a2e9

Please sign in to comment.