Merge pull request #116 from lightpanda-io/ci-wpt-perf

ci: fix dependency job name
This commit is contained in:
Pierre Tachoire
2023-12-07 11:15:03 +01:00
committed by GitHub

View File

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