Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Sep 29, 2023
1 parent 410fd42 commit 3b5544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ env:

jobs:
tests:
if: github.event_name != "pull_request" || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
uses: ./.github/workflows/setup_and_test.yml

0 comments on commit 3b5544f

Please sign in to comment.