attempting to make the condition list more readable

This commit is contained in:
El RIDO 2025-09-13 07:56:54 +02:00
parent 5cca4be89a
commit e775647206
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -12,7 +12,12 @@ jobs:
# https://github.com/snyk/actions/tree/master/php
snyk-php:
runs-on: ubuntu-latest
if: ${{ github.repository == 'PrivateBin/PrivateBin' && (github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'OWNER') }}
if: |
github.repository == 'PrivateBin/PrivateBin' && (
github.event.pull_request.author_association == 'COLLABORATOR' ||
github.event.pull_request.author_association == 'CONTRIBUTOR' ||
github.event.pull_request.author_association == 'MEMBER' ||
github.event.pull_request.author_association == 'OWNER' )
steps:
- uses: actions/checkout@v5
- name: Install Google Cloud Storage