Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Jan 10, 2024
1 parent 8a17f25 commit 5254cb9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ jobs:
repository: '${{ github.event.pull_request.head.repo.full_name }}'

- name: Check watch files
id: check_watch
id: check_watch
env:
HEAD: ${{github.event.pull_request.head}}
BASE: ${{github.event.pull_request.base}}
run: |
echo HEAD = $HEAD
echo BASE = $BASE
# Determine if we need to run the test
RUN_TEST=0
Expand All @@ -47,6 +52,7 @@ jobs:
REPOSITORY=$GITHUB_REPOSITORY
echo "REPOSITORY = $REPOSITORY"
echo "GITHUB REF = $GITHUB_REF"
echo "BASE_REF = $GITHUB_BASE_REF"
echo "HEAD REF = $GITHUB_HEAD_REF"
echo "GITHUB SERVER URL = $GITHUB_SERVER_URL"
Expand Down

0 comments on commit 5254cb9

Please sign in to comment.