Skip to content

Commit e7ebe7b

Browse files
fix: make set-fields resilient to add-to-project failures
1 parent 5a9bf9f commit e7ebe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
set-fields:
2020
needs: add-to-project
2121
runs-on: ubuntu-latest
22-
if: github.event_name == 'issues'
22+
if: always() && github.event_name == 'issues'
2323
env:
2424
GH_TOKEN: ${{ secrets.ADD_TO_PROJECT_PAT }}
2525
PROJECT_ID: "PVT_kwDOCxeiOM4BR2KZ"

0 commit comments

Comments
 (0)