* CI: fix root repo automation running on forks * CI: remvoe reduandant eval express Co-authored-by: apocelipes <[email protected]> --------- Co-authored-by: apocelipes <[email protected]>
@@ -7,6 +7,7 @@ on:
jobs:
build:
+ if: github.repository == 'xmake-io/xmake-repo' # only runs on root repository
strategy:
matrix:
os: [ubuntu-latest]
@@ -6,12 +6,12 @@ on:
runs-on: ${{ matrix.os }}
- if: ${{ github.repository }} == "xmake-io/xmake-repo"
steps:
- uses: actions/checkout@v1
@@ -6,6 +6,7 @@ on: