Skip to content

Commit a161a59

Browse files
committed
lint
1 parent 117bd5f commit a161a59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/helpers/conditional-runs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
const runningActionsOnInternalRepo = process.env.GITHUB_ACTIONS === 'true' && process.env.GITHUB_REPOSITORY === 'github/docs-internal'
1+
const runningActionsOnInternalRepo = process.env.GITHUB_ACTIONS === 'true' && process.env.GITHUB_REPOSITORY === 'github/docs-internal'
22

3-
const testViaActionsOnly = runningActionsOnInternalRepo ? test : test.skip
3+
const testViaActionsOnly = runningActionsOnInternalRepo ? test : test.skip
44
const describeViaActionsOnly = runningActionsOnInternalRepo ? describe : describe.skip
55

66
module.exports = {
77
testViaActionsOnly,
88
describeViaActionsOnly
9-
}
9+
}

0 commit comments

Comments
 (0)