Skip to content

Commit

Permalink
Fix quotes in expression
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Feb 9, 2024
1 parent fe9e315 commit 826aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:

jobs:
linux_2_10:
#if: ${{ startsWith(github.ref_name, "2.10.") }}
if: ${{ startsWith(github.ref_name, "preview-images") }}
#if: ${{ startsWith(github.ref_name, '2.10.') }}
if: ${{ startsWith(github.ref_name, 'preview-images') }}
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 826aa2a

Please sign in to comment.