ci: fix dependency job name

This commit is contained in:
Pierre Tachoire
2023-12-07 11:14:28 +01:00
parent d7f04ff605
commit a1e7cbc4da

View File

@@ -100,7 +100,7 @@ jobs:
perf-fmt: perf-fmt:
name: perf-fmt name: perf-fmt
needs: benchmark needs: wpt
# Don't execute on PR # Don't execute on PR
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'