Skip to content

Commit a0b4d97

Browse files
Abhinav KumarAbhinav Kumar
Abhinav Kumar
authored and
Abhinav Kumar
committed
temp changes
1 parent 76d05d0 commit a0b4d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/utils.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ describe('utils test', () => {
660660
})
661661
describe('getPreviousGitTag', () => {
662662
// Check if the environment variable GITHUB_REPOSITORY_OWNER is 'tj-actions'
663-
const shouldSkip = !!process.env.GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FORK
663+
// const shouldSkip = !!process.env.GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FORK
664664
// Function returns the second-latest tag and its SHA
665665
// it('should return the second latest tag and its SHA when multiple tags are present', async () => {
666666
// if (shouldSkip) {

0 commit comments

Comments
 (0)