mirror of https://github.com/CGAL/cgal
restrict actions a bit more
This commit is contained in:
parent
db347eab0e
commit
b145d1ce76
|
|
@ -7,9 +7,8 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.repository == 'CGAL/cgal' || github.event_name != 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,8 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cmake-testsuite:
|
cmake-testsuite:
|
||||||
|
if: github.repository == 'CGAL/cgal' || github.event_name != 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
|
@ -21,9 +20,8 @@ jobs:
|
||||||
ctest -L Installation -j $(getconf _NPROCESSORS_ONLN)
|
ctest -L Installation -j $(getconf _NPROCESSORS_ONLN)
|
||||||
|
|
||||||
cmake-testsuite-with-qt:
|
cmake-testsuite-with-qt:
|
||||||
|
if: github.repository == 'CGAL/cgal' || github.event_name != 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue