Skip to content

Commit

Permalink
Regenerate the ref images
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 4, 2024
1 parent c28a0c5 commit 5ee844b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
MAIN_BRANCH: master
CI: true
CI: 'true'

jobs:
not-failed-backport:
Expand All @@ -34,7 +34,7 @@ jobs:

env:
PATH: /bin:/usr/bin:/usr/local/bin:/home/runner/.local/bin
REGENERATE_EXAMPLES: 'false'
REGENERATE_EXAMPLES: 'true'

steps:
- run: /opt/google/chrome/chrome --version
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
rm examples/error-ref.png
find . ! -name *-ref.png -type f -exec rm {} \;
if: env.REGENERATE_EXAMPLES == 'true'
- run: '[ ${REGENERATE_EXAMPLES} == false ]'
- run: "[ ${REGENERATE_EXAMPLES} == 'false' ]"
- uses: actions/upload-artifact@v4
with:
name: Examples
Expand Down

0 comments on commit 5ee844b

Please sign in to comment.