Skip to content

Commit

Permalink
Fixes arg detection
Browse files Browse the repository at this point in the history
Testing # @does @it @work?
  • Loading branch information
holm10 committed Jan 10, 2025
1 parent ec31779 commit f62f602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
fi
- name: Detect args
if [[ "${{ env.spec_tags }}" == *"@work?"* ]]; then
if: ${{ contains(env.spec_args, '@work?') }}
run: |
echo "It's there!"
fi
- name: Set up macOS-specific paths and libraries
Expand Down

0 comments on commit f62f602

Please sign in to comment.