Skip to content

Commit 95c50aa

Browse files
committedFeb 20, 2025
test vars
1 parent 8ab9f70 commit 95c50aa

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed
 

‎.github/workflows/OnPRChanged.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ on:
99

1010
jobs:
1111

12-
PRChanged:
13-
name: "run-check"
14-
concurrency:
15-
group: check-${{ github.base_ref }}-${{ github.ref_name }}
16-
cancel-in-progress: true
17-
uses: ./.github/workflows/AsteriskPRChanged.yml
18-
12+
Setup:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- id: setup
16+
env:
17+
TEST_FROM_VARS: ${{ fromJSON(vars.TEST_BOOLEAN || false) && '--upgrade-note' || '' }}
18+
run: |
19+
# Wait then get testsuite PR
20+
echo "AAA ${TEST_FROM_VARS} BBB"

0 commit comments

Comments
 (0)