Skip to content

Commit

Permalink
Fixed condition
Browse files Browse the repository at this point in the history
  • Loading branch information
cezmunsta committed Feb 1, 2024
1 parent 49bd3d3 commit 88bf8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
egress-policy: audit

- if: ${{ runner.os == "Linux" }}
- if: ${{ runner.os }} == "Linux"
name: Prepare OS
id: podman_install
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
systemctl --user start podman
echo "DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock" >> "$GITHUB_ENV"
- if: ${{ runner.os == "macOS" }}
- if: ${{ runner.os }} == "macOS"
name: Prepare OS
id: podman_install
run: |
Expand Down

0 comments on commit 88bf8cc

Please sign in to comment.