Skip to content

Commit

Permalink
Reset CI workflows back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 30, 2023
1 parent ef74d2c commit 50d44fe
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 50d44fe

Please sign in to comment.