Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/warden.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Warden

# Update the concurrency group below if this workflow adds non-PR triggers.
on:
pull_request:
types: [opened, synchronize, reopened]

concurrency:
group: ${{ github.workflow }}-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
warden:
if: github.event.pull_request.head.repo.full_name == github.repository
Expand Down
2 changes: 2 additions & 0 deletions warden.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Organization-wide Warden configuration.
# Shared workflows load this file as their base configuration.
version = 1

[defaults]
Expand Down
Loading