Skip to content

Commit

Permalink
chore: correct conditional statementgs (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart authored Dec 6, 2023
1 parent 193b5f9 commit f6aded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_deployment_status_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Run cypress on merge to main aong with VRT to create our new baelines
- name: Cypress run with site VRT on main
uses: cypress-io/github-action@v4
if: ${{ github.ref == 'refs/heads/main' }}
if: github.ref == 'refs/heads/main'
with:
record: true
parallel: true
Expand Down

1 comment on commit f6aded7

@vercel
Copy link

@vercel vercel bot commented on f6aded7 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.