Skip to content

Commit

Permalink
Updated .github/workflows/common_ccdc_status_checks.yml NO_JIRA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccdc-github-admin committed Sep 7, 2023
1 parent 52d8d54 commit 0ad299f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common_ccdc_status_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# To make changes persistent, please mark this repository with update_status_check: false
# or make your changes in the github-repository-management/status_check.yml file
name: Common CCDC PR Checks
on: [pull_request] # yamllint disable-line rule:truthy
on: [pull_request] # yamllint disable-line rule:truthy
jobs:
ccdc-commit-hooks-on-pull-request-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
Expand Down

0 comments on commit 0ad299f

Please sign in to comment.