File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : ubuntu-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
Original file line number Diff line number Diff line change 28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : windows-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
Original file line number Diff line number Diff line change 10
10
waitForWorklows :
11
11
name : Wait for workflows
12
12
runs-on : ubuntu-latest
13
- if : github.event.workflow_run.head_branch == 'main'
13
+ if : github.event.workflow_run.head_branch == 'main' && github.repository == 'pyccel/pyccel'
14
14
steps :
15
15
- name : Checkout repository
16
16
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 29
29
jobs :
30
30
Python_version_picker :
31
31
runs-on : ubuntu-latest
32
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
32
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
33
33
outputs :
34
34
python_version : ${{ steps.set-python_version.outputs.python_version }}
35
35
steps :
Original file line number Diff line number Diff line change 28
28
jobs :
29
29
matrix_prep :
30
30
runs-on : ubuntu-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
matrix : ${{ steps.set-matrix.outputs.matrix }}
34
34
steps :
Original file line number Diff line number Diff line change 28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : macos-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
Original file line number Diff line number Diff line change 31
31
jobs :
32
32
Python_version_picker :
33
33
runs-on : ubuntu-latest
34
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
34
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
35
35
outputs :
36
36
python_version : ${{ steps.set-matrix.outputs.python_version }}
37
37
matrix : ${{ steps.set-matrix.outputs.matrix }}
Original file line number Diff line number Diff line change 28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : ubuntu-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
Original file line number Diff line number Diff line change 28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : windows-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
You can’t perform that action at this time.
0 commit comments