Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 13, 2024
1 parent 1e8b598 commit 9bf64e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo ${{ github.repository }}
echo ${{ github.event.pull_request.head.repo.full_name }})
- name: Set integration test flag
if: (github.head_ref == "dev") && (github.repository == github.event.pull_request.head.repo.full_name)
if: (github.head_ref == 'dev') && (github.repository == github.event.pull_request.head.repo.full_name)
run: |
echo "MLJ_TEST_INTEGRATION=true" >> "${GITHUB_ENV:?}"
- name: Verify the value of the integration test flag
Expand Down

0 comments on commit 9bf64e6

Please sign in to comment.