File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,9 +160,8 @@ jobs:
160160 # The outputs will be variables named "foo_files" for a filter "foo".
161161 filters : |
162162 ci:
163- - './.github/workflows/ci.yml'
164- - './.github/workflows/codeql.yaml'
165- - './.github/workflows/osv-scanner.yaml'
163+ - './.github/workflows/ci.yaml'
164+ - './.github/workflows/nightly-pytest.yaml'
166165 cff:
167166 - added|modified:
168167 - '**/CITATION.cff'
@@ -587,15 +586,6 @@ jobs:
587586 - name : Run shellcheck on shell scripts that have been changed
588587 run : shellcheck ${{env.changed_files}}
589588
590- vulnerability-checks :
591- if : needs.changes.outputs.requirements == 'true'
592- name : Vulnerability checks
593- needs : changes
594- uses : ./.github/workflows/osv-scanner.yaml
595- permissions : write-all
596- with :
597- reason : CI
598-
599589 print-debugging-info :
600590 if : failure()
601591 name : Print debugging info upon job failure
You can’t perform that action at this time.
0 commit comments