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 787c5a2 commit 0b2e30b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- develop
pull_request:
types: [edited]
types: [opened, synchronize, reopened, edited]
workflow_dispatch:

# Cancels in-progress workflows for a PR when updated
Expand All @@ -17,7 +17,6 @@ concurrency:

jobs:
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
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/deploy.yml

This file was deleted.

0 comments on commit 0b2e30b

Please sign in to comment.