ci: forgot to add if statement for nightly skip check (#1464)

This commit is contained in:
Clement Tsang 2024-05-07 02:13:11 -04:00 committed by GitHub
parent 398bf5930f
commit d515c03ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ jobs:
initialize-job:
name: initialize-job
needs: pre-job
if: ${{ needs.pre-job.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
steps:
- name: Check if mock