Skip to content

Commit 19a9a8a

Browse files
committed
chore: Increase log level
1 parent 6ea2aa5 commit 19a9a8a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test-e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
permissions:
1313
contents: read
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.ref }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
markdown-confluence-sync-sync-docs:
1721
environment: production

components/markdown-confluence-sync/markdown-confluence-sync.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ module.exports = {
3535
rootPageId: process.env.CONFLUENCE_ROOT_PAGE_ID,
3636
rootPageName: "Cross",
3737
},
38+
logLevel: "debug",
3839
};

0 commit comments

Comments
 (0)