Skip to content

Commit 9186da3

Browse files
authored
ci: run fmt unconditionally (#3888)
1 parent 0f92b67 commit 9186da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ env:
1818

1919
jobs:
2020
fmt:
21-
if: github.ref != 'refs/heads/main'
2221
runs-on: ubuntu-latest
2322
steps:
2423
- uses: actions/checkout@v4
@@ -383,6 +382,7 @@ jobs:
383382
emscripten:
384383
name: emscripten
385384
if: ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
385+
needs: [fmt]
386386
runs-on: ubuntu-latest
387387
steps:
388388
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)