Skip to content

Commit ba2c588

Browse files
committed
build: continue on failure of step
1 parent 83cf205 commit ba2c588

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run_affected_examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
# Get list of changed files:
9595
- name: 'Get list of changed files'
9696
id: changed-files
97+
continue-on-error: true
9798
run: |
9899
if [ -n "${{ github.event.pull_request.number }}" ]; then
99100
# Get the list of changed files in pull request:

0 commit comments

Comments
 (0)