diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1d0869..5ec388e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,8 +19,7 @@ jobs: downstream-ci: name: downstream-ci if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} - # FIXME: revert to main when ready - uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@add-conflator + uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main with: conflator: ecmwf/conflator@${{ github.event.pull_request.head.sha || github.sha }} codecov_upload: true @@ -159,4 +158,4 @@ jobs: PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | poetry build - poetry publish --username=$PYPI_USERNAME --password=$PYPI_PASSWORD \ No newline at end of file + poetry publish --username=$PYPI_USERNAME --password=$PYPI_PASSWORD diff --git a/.github/workflows/label-public-pr.yml b/.github/workflows/label-public-pr.yml index 52f3b87..1baa87b 100644 --- a/.github/workflows/label-public-pr.yml +++ b/.github/workflows/label-public-pr.yml @@ -7,4 +7,4 @@ on: jobs: label: - uses: ecmwf-actions/reusable-workflows/.github/workflows/label-pr.yml@v2 \ No newline at end of file + uses: ecmwf/reusable-workflows/.github/workflows/label-pr.yml@v2 \ No newline at end of file