Skip to content

Commit c7a6638

Browse files
committed
Trigger tests on push to devel or main branch
1 parent 920b96d commit c7a6638

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/anaconda_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
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:

.github/workflows/anaconda_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
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:

.github/workflows/intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
jobs:
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:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
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:

.github/workflows/macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
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:

.github/workflows/pickle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
jobs:
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 }}

.github/workflows/pickle_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
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:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
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:

0 commit comments

Comments
 (0)