Fixes
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
parent
64d3fbc998
commit
fc3e4b1cce
|
@ -24,6 +24,8 @@ on:
|
|||
- 'release-*'
|
||||
pull_request:
|
||||
branches:
|
||||
# TODO: REMOVE "master" BEFORE MERGING
|
||||
- 'master'
|
||||
- 'release-*'
|
||||
|
||||
env:
|
||||
|
@ -46,6 +48,12 @@ jobs:
|
|||
echo "PR_NUMBER=${{ github.event.client_payload.issue.number }}" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ env.CHECKOUT_REPO }}
|
||||
ref: ${{ env.CHECKOUT_REF }}
|
||||
|
||||
- name: Generate test matrix
|
||||
id: generate-matrix
|
||||
env:
|
||||
|
|
|
@ -22,7 +22,7 @@ on:
|
|||
- cron: '0 */8 * * *'
|
||||
push:
|
||||
branches:
|
||||
- 'release-*'
|
||||
- 'release-*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
|
@ -48,6 +48,12 @@ jobs:
|
|||
echo "PR_NUMBER=${{ github.event.client_payload.issue.number }}" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ env.CHECKOUT_REPO }}
|
||||
ref: ${{ env.CHECKOUT_REF }}
|
||||
|
||||
- name: Generate test matrix
|
||||
id: generate-matrix
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue