Skip to content

Commit a67ac53

Browse files
committed
test commit
Signed-off-by: nadav mizrahi <nadav.mizrahi16@gmail.com>
1 parent 3f49f4e commit a67ac53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

811
run-sanity-tests:
@@ -62,7 +65,7 @@ jobs:
6265
run: |
6366
DOCKER_BUILDER_IMAGE=noobaa/noobaa-builder
6467
DOCKER_BASE_IMAGE=noobaa/noobaa-base
65-
if [[ -n ${{github.base_ref}} ]]; then
68+
if [[ -n "${{github.base_ref}}" ]]; then
6669
#on pull request, use target branch
6770
BRANCH=${{github.base_ref}}
6871
else

0 commit comments

Comments
 (0)