Skip to content

Commit 7256924

Browse files
committed
workflow
1 parent 021e84c commit 7256924

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-qa.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
node-version: [10.x]
21-
env:
22-
BASE_BRANCH: ${{ github.base_ref }}
23-
if: $BASE_BRANCH == 'qa' || $BASE_BRANCH == 'ci'
21+
if: ${{ github.base_ref == 'qa' || github.base_ref == 'ci' }}
2422
steps:
2523
- run: echo "testing $BASE_BRANCH"
2624
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)