mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
Fix it a bit
This commit is contained in:
parent
87ba600ebd
commit
bb0c82bb6d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -65,6 +65,10 @@ jobs:
|
|||||||
needs: formatting-check
|
needs: formatting-check
|
||||||
name: Emulator
|
name: Emulator
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
if: |
|
||||||
|
always() &&
|
||||||
|
!contains(needs.formatting-check.result, 'failure') &&
|
||||||
|
!contains(needs.formatting-check.result, 'cancelled')
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user