Skip to content

Commit

Permalink
ci: fix deployRules
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Nov 16, 2023
1 parent 5f8f1a0 commit cc5eb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2eRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const e2eRules = {
"options": {
"enabled": true,
// "edgeWorkerId": process.env.TEST_EDGE_WORKER_ID,
"edgeWorkerId": 80713,
"edgeWorkerId": "80713",
"mPulse": true,
"createEdgeWorker": "",
"mPulseInformation": "",
Expand Down

0 comments on commit cc5eb1f

Please sign in to comment.