Skip to content

Commit

Permalink
update nightly workflow to skip other jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Oliveira da Silva <[email protected]>
  • Loading branch information
abstractj committed Jun 14, 2024
1 parent d143c61 commit 0db57bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/schedule-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
strategy:
matrix:
workflow:
- ci.yml
- documentation.yml
- js-ci.yml
- operator-ci.yml
#- ci.yml
#- documentation.yml
#- js-ci.yml
#- operator-ci.yml
- snyk-analysis.yml
- trivy-analysis.yml
#- trivy-analysis.yml

steps:
- name: Run workflow
Expand Down

0 comments on commit 0db57bf

Please sign in to comment.