Skip to content

Commit

Permalink
Fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Jun 26, 2023
1 parent 023a934 commit 656f382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check branch
if: ${{ github.ref == 'refs/heads/main' }}
run: |
echo "RUN_TEST=1 >> $GITHUB_OUTPUT
echo "RUN_TEST=1" >> $GITHUB_OUTPUT
- name: Check watch files (bash/zsh)
if: ${{ github.ref != 'refs/heads/main' && (matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest') }}
Expand Down

0 comments on commit 656f382

Please sign in to comment.