Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Mar 18, 2024
1 parent d0ef27e commit 787c5a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- develop
pull_request:
types: [edited]
workflow_dispatch:

# Cancels in-progress workflows for a PR when updated
Expand All @@ -15,10 +16,12 @@ concurrency:
# Please define `build.args.GEOS_TPL_TAG` in `.devcontainer/devcontainer.json`

jobs:
semantic_pull_request:
semantic_pull_request:
if: ${{ github.event.action }} == 'edited'
permissions:
pull-requests: write # for amannn/action-semantic-pull-request to analyze PRs and
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
contents: read
runs-on: ubuntu-latest
steps:
- name: Check if the PR name has conventional semantics
Expand Down

0 comments on commit 787c5a2

Please sign in to comment.