Skip to content

Commit

Permalink
Revert to main version of workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 16, 2024
1 parent 09fb402 commit ccf939e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ jobs:
verify-projects:
name: Verify project
needs: [ package, package-automation, unit-tests ]
# TODO: Revert to main when .github#172 is merged
uses: beeware/.github/.github/workflows/app-create-verify.yml@599f2fbb61c17aa94a962f26647f31a879a31052
uses: beeware/.github/.github/workflows/app-create-verify.yml@main
with:
runner-os: ${{ matrix.runner-os }}
framework: ${{ matrix.framework }}
Expand All @@ -189,8 +188,7 @@ jobs:
verify-apps:
name: Build app
needs: [ package, package-automation, unit-tests ]
# TODO: Revert to main when .github#172 is merged
uses: beeware/.github/.github/workflows/app-build-verify.yml@599f2fbb61c17aa94a962f26647f31a879a31052
uses: beeware/.github/.github/workflows/app-build-verify.yml@main
with:
python-version: ${{ matrix.python-version }}
runner-os: ${{ matrix.runner-os }}
Expand Down

0 comments on commit ccf939e

Please sign in to comment.