Skip to content

Commit

Permalink
Test deployments to restricted environment
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Jul 10, 2024
1 parent a80636e commit 8b42150
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
secrets: inherit
with:
working_directory: ./tests
docker_images: |
ghcr.io/product-os/flowzone
balena_slugs: |
product_os/flowzone
cargo_targets: |
x86_64-unknown-linux-gnu,
armv7-unknown-linux-gnueabi,
aarch64-unknown-linux-gnu
cloudflare_website: "flowzone"
# docker_images: |
# ghcr.io/product-os/flowzone
# balena_slugs: |
# product_os/flowzone
# cargo_targets: |
# x86_64-unknown-linux-gnu,
# armv7-unknown-linux-gnueabi,
# aarch64-unknown-linux-gnu
# cloudflare_website: "flowzone"
bake_targets: default,multiarch
jobs_timeout_minutes: 30
docker_publish_platform_tags: true
Expand All @@ -53,7 +53,7 @@ jobs:
["self-hosted"],
["actuated-2cpu-8gb"]
],
"environment": ["test"]
"environment": ["restricted"]
}
release_notes: true
restrict_custom_actions: false

0 comments on commit 8b42150

Please sign in to comment.