ci: forgot to add if statement for nightly skip check (#1464)
This commit is contained in:
parent
398bf5930f
commit
d515c03ec7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue