Skip to content

Commit 92b8c2e

Browse files
committed
Added env into pending workflow
1 parent cca3b9e commit 92b8c2e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/apm-capabilities.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424
cancel-in-progress: ${{ inputs.runNightly != 'true' }}
2525
env:
2626
MOCHA_OPTIONS: ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
27+
RUN_NIGHTLY: ${{ inputs.runNightly }}
2728

2829
jobs:
2930
tracing-macos:

.github/workflows/llmobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ concurrency:
2525

2626
env:
2727
MOCHA_OPTIONS: ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
28+
RUN_NIGHTLY: ${{ inputs.runNightly }}
2829

2930
jobs:
3031
sdk:

.github/workflows/platform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424
cancel-in-progress: ${{ inputs.runNightly != 'true' }}
2525
env:
2626
MOCHA_OPTIONS: ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
27+
RUN_NIGHTLY: ${{ inputs.runNightly }}
2728

2829
# TODO: upstream jobs
2930

.github/workflows/serverless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ concurrency:
2525

2626
env:
2727
MOCHA_OPTIONS: ${{ github.ref == 'refs/heads/master' && '--retries 1' || '' }}
28+
RUN_NIGHTLY: ${{ inputs.runNightly }}
2829

2930
jobs:
3031
lambda:

0 commit comments

Comments
 (0)