Skip to content

Commit b83f32e

Browse files
committed
test commit
1 parent 3f49f4e commit b83f32e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-pr-tests.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ on: [pull_request, workflow_dispatch]
33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
6-
jobs:
6+
7+
permissions:
8+
actions: read # download-artifact
9+
contents: read # required for actions/checkout
710

11+
jobs:
812
run-sanity-tests:
913
needs: build-noobaa-image
1014
uses: ./.github/workflows/sanity.yaml
@@ -62,7 +66,7 @@ jobs:
6266
run: |
6367
DOCKER_BUILDER_IMAGE=noobaa/noobaa-builder
6468
DOCKER_BASE_IMAGE=noobaa/noobaa-base
65-
if [[ -n ${{github.base_ref}} ]]; then
69+
if [[ -n "${{github.base_ref}}" ]]; then
6670
#on pull request, use target branch
6771
BRANCH=${{github.base_ref}}
6872
else

0 commit comments

Comments
 (0)