mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-20 01:25:37 +00:00
ci: forgot to add if statement for nightly skip check (#1464)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user