Update build-app-workflow.yaml

This commit is contained in:
Test1524473 2023-11-27 10:19:13 +01:00 committed by GitHub
parent 63466111fa
commit bccdbfa976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
test: test:
runs-on: macos-latest runs-on: macos-latest
# This is probably pretty expensive for GitHub, so restrict the repositories that this job runs on # This is probably pretty expensive for GitHub, so restrict the repositories that this job runs on
if: github.repository == 'user0-tb/Aegis' || github.repository == 'alexbakker/Aegis' if: github.repository == 'beemdevelopment/Aegis' || github.repository == 'alexbakker/Aegis'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3