Skip to content

Commit

Permalink
Don't run builds on PR reopen [ci skip]
Browse files Browse the repository at this point in the history
Don't run build when Renovate reopens openSUSE Tumbleweed PR
  • Loading branch information
amezin committed Sep 30, 2024
1 parent b8b70fe commit c2be5d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
# Not: - reopened

concurrency: ${{ github.workflow }}/${{ github.ref }}

Expand Down

0 comments on commit c2be5d6

Please sign in to comment.