Skip to content

Commit d8a024f

Browse files
authoredJan 20, 2025··
Merge pull request #2343 from AdaptiveConsulting/chore/e2e-prod-tag-fix
chore: run E2E from Prod code against Prod deployment
2 parents 0f34103 + 8dfd0cc commit d8a024f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/e2e-smoke.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22+
with:
23+
ref: "current-prod"
2224

2325
- name: Set Node version
2426
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)
Please sign in to comment.