Skip to content

Commit 2e9835e

Browse files
Refactored duplicated logic in setDT and [,:=] to use a helper function
1 parent 9ee7835 commit 2e9835e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/performance-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
repo_token: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
2323
- uses: Anirban166/[email protected]
24+
- name: Checkout branch
25+
run: git checkout refactor-helper-function-issue-6702 || echo "Branch not found"

0 commit comments

Comments
 (0)