Change job dependency from 'merge' to 'build'

This commit is contained in:
Jay Lee
2026-02-27 04:39:00 -05:00
committed by GitHub
parent 01985d4381
commit ba8242f480

View File

@@ -1066,7 +1066,7 @@ jobs:
publish:
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
runs-on: ubuntu-24.04
needs: merge
needs: build
permissions:
contents: write
packages: write