Skip to content

Commit da037b7

Browse files
committed
Update reusable workflows and container URLs after NNPDF/workflows migration
1 parent 4cdfdf6 commit da037b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
container:
11-
image: ghcr.io/n3pdf/lhapdf:v2
11+
image: ghcr.io/nnpdf/lhapdf:v2
1212
credentials:
1313
username: ${{ github.repository_owner }}
1414
password: ${{ github.token }}

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
publish:
10-
uses: N3PDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
10+
uses: NNPDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
1111
secrets:
1212
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
matrix:
99
python-version: ["3.7", "3.8", "3.9", "3.10"]
1010

11-
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
11+
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
1212
with:
1313
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)