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 15, 2024
1 parent a80636e commit 1161faf
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ 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"
bake_targets: default,multiarch
jobs_timeout_minutes: 30
docker_publish_platform_tags: true
Expand All @@ -46,14 +37,7 @@ jobs:
custom_test_matrix: >
{
"value": ["foo", "bar"],
"os": [
["ubuntu-latest"],
["macos-latest"],
["windows-latest"],
["self-hosted"],
["actuated-2cpu-8gb"]
],
"environment": ["test"]
"environment": ["restricted"]
}
release_notes: true
restrict_custom_actions: false

0 comments on commit 1161faf

Please sign in to comment.