Skip to content

Commit b87edda

Browse files
committed
test commit
Signed-off-by: nadav mizrahi <[email protected]>
1 parent 3f49f4e commit b87edda

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Run PR Tests
22
on: [pull_request, workflow_dispatch]
33
concurrency:
4-
group: ${{ github.workflow }}-${{ github.ref }}
5-
cancel-in-progress: true
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
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)