Attempt yaml

This commit is contained in:
Adria Navarro 2023-08-07 13:59:59 +03:00
parent 8eacd23fab
commit b5e7755948
1 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout repo and submodules
uses: actions/checkout@v3
if: github.event_name = 'pull_request' && github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
@ -46,7 +46,7 @@ jobs:
steps:
- name: Checkout repo and submodules
uses: actions/checkout@v3
if: github.event_name = 'pull_request' && github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
@ -70,7 +70,7 @@ jobs:
steps:
- name: Checkout repo and submodules
uses: actions/checkout@v3
if: github.event_name = 'pull_request' && github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
@ -96,7 +96,7 @@ jobs:
steps:
- name: Checkout repo and submodules
uses: actions/checkout@v3
if: github.event_name = 'pull_request' && github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
@ -119,7 +119,7 @@ jobs:
test-pro:
runs-on: ubuntu-latest
if: github.event_name = 'pull_request' && github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
steps:
- name: Checkout repo and submodules
uses: actions/checkout@v3
@ -140,7 +140,7 @@ jobs:
steps:
- name: Checkout repo and submodules
uses: actions/checkout@v3
if: github.event_name = 'pull_request' && github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
@ -166,7 +166,7 @@ jobs:
check-pro-submodule:
runs-on: ubuntu-latest
if: github.event_name = 'pull_request' && github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
steps:
- name: Checkout repo and submodules
uses: actions/checkout@v3