Skip to content

Commit 21fd309

Browse files
committed
Remove explicit 'GITHUB_ACTIONS=true' (#49)
Motivation: It is no longer required. Modifications: Remove explicit 'GITHUB_ACTIONS=true' from workflows, it's now set automatically. Result: Clearer config.
1 parent fdd6ba7 commit 21fd309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
MATRIX_LINUX_5_9_ENABLED: false
3434
MATRIX_LINUX_5_10_ENABLED: false
35-
MATRIX_LINUX_COMMAND: "GITHUB_ACTIONS=true ./dev/plugin-tests.sh"
35+
MATRIX_LINUX_COMMAND: "./dev/plugin-tests.sh"
3636
MATRIX_LINUX_SETUP_COMMAND: "apt-get update -y -q && apt-get install -y -q curl protobuf-compiler"
3737

3838
plugin-tests-matrix:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
MATRIX_LINUX_5_9_ENABLED: false
4343
MATRIX_LINUX_5_10_ENABLED: false
44-
MATRIX_LINUX_COMMAND: "GITHUB_ACTIONS=true ./dev/plugin-tests.sh"
44+
MATRIX_LINUX_COMMAND: "./dev/plugin-tests.sh"
4545
MATRIX_LINUX_SETUP_COMMAND: "apt-get update -y -q && apt-get install -y -q curl protobuf-compiler"
4646

4747
plugin-tests-matrix:

0 commit comments

Comments
 (0)