We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf6398 commit 40dfc53Copy full SHA for 40dfc53
1 file changed
.github/workflows/deployment.yaml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
deploy-cuttlefish-cvdremote-amd64-debian-package:
13
- if: ${{ github.repository_owner == 'google' }}
+ if: github.repository_owner == 'google'
14
environment: deployment
15
runs-on: ubuntu-24.04
16
container:
@@ -32,7 +32,7 @@ jobs:
32
path: ${{ env.path }}
33
34
deploy-cuttlefish-cvdremote-arm64-debian-package:
35
36
37
runs-on: ubuntu-24.04-arm
38
0 commit comments