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 2828jobs :
2929 Python_version_picker :
3030 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 '
3232 outputs :
3333 python_version : ${{ steps.set-python_version.outputs.python_version }}
3434 steps :
Original file line number Diff line number Diff line change 2828jobs :
2929 Python_version_picker :
3030 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 '
3232 outputs :
3333 python_version : ${{ steps.set-python_version.outputs.python_version }}
3434 steps :
Original file line number Diff line number Diff line change 1010 waitForWorklows :
1111 name : Wait for workflows
1212 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'
1414 steps :
1515 - name : Checkout repository
1616 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2929jobs :
3030 Python_version_picker :
3131 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 '
3333 outputs :
3434 python_version : ${{ steps.set-python_version.outputs.python_version }}
3535 steps :
Original file line number Diff line number Diff line change 2828jobs :
2929 matrix_prep :
3030 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 '
3232 outputs :
3333 matrix : ${{ steps.set-matrix.outputs.matrix }}
3434 steps :
Original file line number Diff line number Diff line change 2828jobs :
2929 Python_version_picker :
3030 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 '
3232 outputs :
3333 python_version : ${{ steps.set-python_version.outputs.python_version }}
3434 steps :
Original file line number Diff line number Diff line change 3131jobs :
3232 Python_version_picker :
3333 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 '
3535 outputs :
3636 python_version : ${{ steps.set-matrix.outputs.python_version }}
3737 matrix : ${{ steps.set-matrix.outputs.matrix }}
Original file line number Diff line number Diff line change 2828jobs :
2929 Python_version_picker :
3030 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 '
3232 outputs :
3333 python_version : ${{ steps.set-python_version.outputs.python_version }}
3434 steps :
Original file line number Diff line number Diff line change 2828jobs :
2929 Python_version_picker :
3030 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 '
3232 outputs :
3333 python_version : ${{ steps.set-python_version.outputs.python_version }}
3434 steps :
You can’t perform that action at this time.
0 commit comments