Skip to content

Commit f9e55b6

Browse files
committed
Continue action if previous run can't be identified
1 parent 37d2501 commit f9e55b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: pip install --break-system-packages -r requirements.txt
2626

2727
- name: Get Previous Run ID
28+
continue-on-error: true
2829
id: get_id
2930
env:
3031
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)