Skip to content

Commit 1d2b7fe

Browse files
deployment: apply bug bot fix suggestion
1 parent 14a98df commit 1d2b7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/committer_and_os_cli_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
gcs-push:
5757
runs-on: namespace-profile-medium-ubuntu-24-04-amd64
5858
needs: optimize_ci
59-
if: ${{ github.event_name != 'pull_request' || needs.optimize_ci.outputs.skip == 'false' }}
59+
if: github.event_name != 'pull_request' || needs.optimize_ci.outputs.skip == 'false'
6060
steps:
6161
- uses: actions/checkout@v6
6262
- uses: ./.github/actions/bootstrap

0 commit comments

Comments
 (0)