Skip to content

Commit

Permalink
add missing token & make unit tests a dependency (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: jamie zieziula <[email protected]>
  • Loading branch information
jamiezieziula and jamie zieziula authored Sep 27, 2024
1 parent ae3e932 commit 95d46ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

build_and_upload_manifests:
if: github.ref_type == 'tag'
needs: run_unit_tests
permissions:
# required to write artifacts to a release
contents: write
Expand Down Expand Up @@ -54,8 +55,11 @@ jobs:
- name: Upload release assets
run: gh release upload ${{ github.ref_name }} prefect-crds.yaml prefect-operator.yaml
env:
GH_TOKEN: ${{ github.token }}

build_and_push_docker_image:
needs: run_unit_tests
runs-on: ubuntu-latest
# The GitHub environments are created by Terraform and map to Docker Hub repositories:
# - dev: https://hub.docker.com/r/prefecthq/prefect-operator-dev
Expand Down

0 comments on commit 95d46ca

Please sign in to comment.