Skip to content

Commit

Permalink
Fix job reference in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jun 22, 2023
1 parent 800142a commit 7c19140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
# Skip pull requests!
if: ${{ ! startsWith(github.event_name, 'pull_request') }}
needs:
- test
- build
steps:
- name: Set up BrowserStack env
# Third-party action, pin to commit SHA!
Expand Down

0 comments on commit 7c19140

Please sign in to comment.