diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f89a09bcc..6cdcbc1ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,7 @@ jobs: package: name: Python package -# uses: beeware/.github/.github/workflows/python-package-create.yml@main - uses: rmartin16/.github-beeware/.github/workflows/python-package-create.yml@build-verify-run # TODO:PR: remove me + uses: beeware/.github/.github/workflows/python-package-create.yml@main with: tox-factors: -with-automation @@ -148,13 +147,10 @@ jobs: verify-projects: name: Verify project needs: unit-tests -# uses: beeware/.github/.github/workflows/app-create-verify.yml@main - uses: rmartin16/.github-beeware/.github/workflows/app-create-verify.yml@build-verify-run # TODO:PR: remove me + uses: beeware/.github/.github/workflows/app-create-verify.yml@main with: runner-os: ${{ matrix.runner-os }} framework: ${{ matrix.framework }} - workflow-repo: rmartin16/.github-beeware # TODO:PR: REMOVE ME - workflow-repo-ref: build-verify-run # TODO:PR: REMOVE ME strategy: fail-fast: false matrix: @@ -164,8 +160,7 @@ jobs: verify-apps: name: Build app needs: unit-tests -# uses: beeware/.github/.github/workflows/app-build-verify.yml@main - uses: rmartin16/.github-beeware/.github/workflows/app-build-verify.yml@build-verify-run # TODO:PR: remove me + uses: beeware/.github/.github/workflows/app-build-verify.yml@main with: # This *must* be the version of Python that is the system Python on the # Ubuntu version used to run Linux tests. We use a fixed ubuntu-22.04 @@ -175,8 +170,6 @@ jobs: python-version: "3.10" runner-os: ${{ matrix.runner-os }} framework: ${{ matrix.framework }} - workflow-repo: rmartin16/.github-beeware # TODO:PR: REMOVE ME - workflow-repo-ref: build-verify-run # TODO:PR: REMOVE ME strategy: fail-fast: false matrix: