1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00
This commit is contained in:
Adria Navarro 2023-08-07 13:56:57 +03:00
parent c60a54bd23
commit be3912904e

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