Skip to content

Commit

Permalink
remove docker builds on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Sep 27, 2024
1 parent 4bb0048 commit 1f263df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ name: Release Prefect Operator
- main
tags:
- '*'
pull_request:
branches:
- main

permissions: {}

jobs:
run_unit_tests:
uses: ./.github/workflows/tests.yaml
permissions:
contents: read

build_and_upload_manifests:
if: github.ref_type == 'tag'
permissions:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name: Unit tests
push:
branches:
- main
workflow_call: {}

permissions: {}

Expand Down

0 comments on commit 1f263df

Please sign in to comment.