Skip to content

Commit

Permalink
Add id fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Jun 26, 2023
1 parent 656f382 commit 3a02316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

- name: Check branch
if: ${{ github.ref == 'refs/heads/main' }}
id: check_watch
run: |
echo "RUN_TEST=1" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
- name: Check watch files (powershell)
if: ${{ github.ref != 'refs/heads/main' && matrix.os == 'windows-latest' }}
id: check_watch
run: |
$RUN_TEST = 0
# Always run test on workflow dispatch
Expand Down

0 comments on commit 3a02316

Please sign in to comment.