Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Feb 22, 2022
1 parent 2aed82c commit bdae241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/update-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- bash: |
cd $(refdata.dir)
# Check if pull request already exists
STATE=$(gh pr list --repo tardis-sn/tardis-refdata -H pr-$(pr.number) --json state | jq -r .[].state)
if [[ -z "$STATE" ]]; then
Expand Down

0 comments on commit bdae241

Please sign in to comment.