We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021e84c commit 7256924Copy full SHA for 7256924
.github/workflows/ci-qa.yml
@@ -18,9 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
node-version: [10.x]
21
- env:
22
- BASE_BRANCH: ${{ github.base_ref }}
23
- if: $BASE_BRANCH == 'qa' || $BASE_BRANCH == 'ci'
+ if: ${{ github.base_ref == 'qa' || github.base_ref == 'ci' }}
24
steps:
25
- run: echo "testing $BASE_BRANCH"
26
- uses: actions/checkout@v2
0 commit comments