Skip to content

Commit

Permalink
Merge branch 'develop' into 6627-abbr
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Nov 6, 2024
2 parents 2e2c550 + 6711068 commit f62d4de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dod-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ on:
types: [opened, edited, synchronize]

concurrency:
group: ci-{{ github.head_ref || github.ref }}
group: pr-{{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
check-dod:
runs-on: ubuntu-20.04
steps:
- name: Print Pull Request ID
run: |
echo "Pull Request Number: ${{ github.event.pull_request.number }}"
- name: Clone Repo
uses: actions/checkout@v3
- name: Check DoD
Expand Down

0 comments on commit f62d4de

Please sign in to comment.