chore: merge main to develop
This commit is contained in:
commit
d262650258
2
.github/workflows/cypress-run.yml
vendored
2
.github/workflows/cypress-run.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [ ${{ github.base_ref }} == 'main' ]; then
|
if [ ${{ github.base_ref }} == 'main' ]; then
|
||||||
echo "runner=mainnet-compatible-runner" >> $GITHUB_OUTPUT
|
echo "runner=mainnet-compatible-runner" >> $GITHUB_OUTPUT
|
||||||
|
elif [ ${{ github.base_ref }} == 'develop' ] && [ ${{ github.ref_name }} == 'main' ]; then
|
||||||
|
echo "runner=mainnet-compatible-runner" >> $GITHUB_OUTPUT
|
||||||
elif [ ${{ github.event_name }} == 'push' ] && [ ${{ contains(github.ref_name, 'release/mainnet') }} ]; then
|
elif [ ${{ github.event_name }} == 'push' ] && [ ${{ contains(github.ref_name, 'release/mainnet') }} ]; then
|
||||||
echo "runner=mainnet-compatible-runner" >> $GITHUB_OUTPUT
|
echo "runner=mainnet-compatible-runner" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user