Skip to content

Commit 17d17ab

Browse files
committed
🔧 chore(workflows): add environment variables for testing and building in workflows
1 parent da773ba commit 17d17ab

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

‎.github/workflows/call-auto-merge.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
env:
22
ACTIONS_STEP_DEBUG: true
33
ACTIONS_RUNNER_DEBUG: true
4-
4+
RUN_TEST: 0
5+
RUN_BUILD: 0
6+
RUN_LINT: 0
7+
58
on:
69
workflow_dispatch:
710
push:

‎.github/workflows/call-ci-semantic-release-sync.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
env:
22
ACTIONS_STEP_DEBUG: true
33
ACTIONS_RUNNER_DEBUG: true
4-
4+
RUN_TEST: 0
5+
RUN_BUILD: 0
6+
RUN_LINT: 0
7+
58
on:
69
workflow_dispatch:
710
push:

0 commit comments

Comments
 (0)