Skip to content

Commit 40dfc53

Browse files
committed
Remove uselss braces from deployment.yaml
1 parent 9cf6398 commit 40dfc53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
deploy-cuttlefish-cvdremote-amd64-debian-package:
13-
if: ${{ github.repository_owner == 'google' }}
13+
if: github.repository_owner == 'google'
1414
environment: deployment
1515
runs-on: ubuntu-24.04
1616
container:
@@ -32,7 +32,7 @@ jobs:
3232
path: ${{ env.path }}
3333

3434
deploy-cuttlefish-cvdremote-arm64-debian-package:
35-
if: ${{ github.repository_owner == 'google' }}
35+
if: github.repository_owner == 'google'
3636
environment: deployment
3737
runs-on: ubuntu-24.04-arm
3838
container:

0 commit comments

Comments
 (0)