Skip to content

Commit

Permalink
ci: run fmt unconditionally (PyO3#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Feb 23, 2024
1 parent 0f92b67 commit 9186da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ env:

jobs:
fmt:
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -383,6 +382,7 @@ jobs:
emscripten:
name: emscripten
if: ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
needs: [fmt]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9186da3

Please sign in to comment.