mirror of
https://github.com/logos-co/staking.git
synced 2025-01-11 03:06:24 +00:00
chore(workflows): add-pr-to-project-board only trigger on opened
This is to avoid getting these failing CI tasks where adding a PR to the board fails when it was already added before (happens when pushing into an existing PR).
This commit is contained in:
parent
03bc6559ae
commit
5c564a8050
@ -2,6 +2,8 @@ name: Add PR to task board
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
|
Loading…
x
Reference in New Issue
Block a user