We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b94fbe commit b7b61acCopy full SHA for b7b61ac
.github/workflows/flowzone.yml
@@ -1,14 +1,12 @@
1
---
2
name: Flowzone
3
-
4
on:
5
pull_request:
6
types: [opened, synchronize, closed]
7
branches: [main, master]
8
pull_request_target:
9
10
11
12
jobs:
13
flowzone:
14
@@ -24,14 +22,13 @@ jobs:
24
22
)
25
23
secrets: inherit
26
with:
27
- repo_config: true
28
- repo_description: "temporary policy-bot ARM64 packaging scaffold"
29
- repo_homepage: "https://github.com/palantir/policy-bot"
30
# FIXME: remove when https://github.com/palantir/policy-bot/issues/558 ships
31
docker_images: |
32
ghcr.io/product-os/policy-bot
33
docker_runs_on: >
34
{
+
35
"linux/amd64": ["ubuntu-22.04"],
36
"linux/arm64": ["self-hosted","distro:jammy","platform:linux/arm64"]
37
}
0 commit comments