Skip to content

Commit f9d4bde

Browse files
committed
fix: typo
1 parent 4c42ca7 commit f9d4bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
ros_distro: [humble, jazzy]
6565
runs-on: ubuntu-latest
6666
needs: build
67-
if: github.event_name = = "push"
67+
if: github.event_name == "push"
6868
permissions:
6969
packages: write
7070
steps:

0 commit comments

Comments
 (0)